summaryrefslogtreecommitdiff
path: root/tests/templates
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-04-05 12:02:27 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-04-05 12:02:27 +0000
commitc421a4fd92990fa830f2f645df044b0f0f1fc32a (patch)
tree589169c8a65151dc9ec90247011b0f28cc6bde36 /tests/templates
parent4e4decaf4203421e1a31ffdf8738569de5eea86a (diff)
downloaddjango-c421a4fd92990fa830f2f645df044b0f0f1fc32a.tar.gz
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
Diffstat (limited to 'tests/templates')
-rw-r--r--tests/templates/custom_admin/delete_selected_confirmation.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/templates/custom_admin/delete_selected_confirmation.html b/tests/templates/custom_admin/delete_selected_confirmation.html
new file mode 100644
index 0000000000..9268536092
--- /dev/null
+++ b/tests/templates/custom_admin/delete_selected_confirmation.html
@@ -0,0 +1 @@
+{% extends "admin/delete_selected_confirmation.html" %}