fix the add links form

This commit is contained in:
Nick Sweeting 2020-07-13 12:21:37 -04:00
parent 215d5eae32
commit ae208435c9
6 changed files with 10 additions and 8 deletions
archivebox/core

View file

@ -49,7 +49,7 @@ class SnapshotAdmin(admin.ModelAdmin):
'<a href="/{}/{}">📼 </a> '
'<a href="/{}/{}">📦 </a> '
'<a href="/{}/{}">🏛 </a> '
'</span>'
'</span><br/>'
'<a href="/{}">{}</a>',
obj.archive_path, canon['wget_path'] or '',
obj.archive_path, canon['pdf_path'],