Skip to content

Commit

Permalink
Fix breadcrumb on automated capture page
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Nov 13, 2023
1 parent c73dbf0 commit ab60db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reproserver/web/webcapture.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ def get(self, upload_short_id, run_short_id):
return self.render(
'webcapture/crawl_results.html',
run=run,
upload_short_id=upload_short_id,
experiment_url=self.url_for_upload(run.upload),
log=run.get_log(0),
wacz=wacz,
Expand Down

0 comments on commit ab60db1

Please sign in to comment.