mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 02:15:10 -04:00
fix the add links form
This commit is contained in:
parent
215d5eae32
commit
ae208435c9
6 changed files with 10 additions and 8 deletions
archivebox/core
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue