mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
hide builtin delete button
This commit is contained in:
parent
e68f6aaa76
commit
ece6d43078
2 changed files with 2 additions and 1 deletions
|
@ -149,3 +149,4 @@ class ArchiveBoxAdmin(admin.AdminSite):
|
|||
admin.site = ArchiveBoxAdmin()
|
||||
admin.site.register(get_user_model())
|
||||
admin.site.register(Snapshot, SnapshotAdmin)
|
||||
admin.site.disable_action('delete_selected')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue