Disable the bulk delete action from the admin interface.
- Legacy-Id: 2911
This commit is contained in:
parent
f0e20e2f30
commit
1cea818425
|
@ -18,6 +18,7 @@ from ietf.announcements.sitemaps import NOMCOMAnnouncementsMap
|
|||
from django.conf import settings
|
||||
|
||||
admin.autodiscover()
|
||||
admin.site.disable_action('delete_selected')
|
||||
|
||||
feeds = {
|
||||
'iesg-agenda': IESGAgenda,
|
||||
|
|
Loading…
Reference in a new issue