mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete selected template. Thanks to bendavis78 for the report and patch, and Ramiro Morales for his cleanup work.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4e4decaf42
commit
c421a4fd92
6 changed files with 19 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
{% extends "admin/delete_selected_confirmation.html" %}
|
Loading…
Add table
Add a link
Reference in a new issue