Disable the bulk delete action from the admin interface.

- Legacy-Id: 2911
This commit is contained in:
Henrik Levkowetz 2011-03-24 10:12:51 +00:00
parent f0e20e2f30
commit 1cea818425

View file

@ -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,