Skip to content

Commit

Permalink
#2108: IIIF - check for orphaned files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Nov 22, 2023
1 parent 8596ef6 commit 78472ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openatlas/views/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def admin_orphans() -> str:
url_for('download_file', filename=file.name)),
link(
_('delete'),
url_for('admin_file_iiif_delete', filename=file.name),
url_for('admin_file_delete', filename=file.name),
js=f"return confirm('{confirm}')")
if is_authorized('editor') else ''])

Expand Down

0 comments on commit 78472ab

Please sign in to comment.