summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-04-05 15:45:20 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-04-05 15:45:20 +0000
commit2e8f0a8f1510a9da1af62a8fdbcbde2b33291da9 (patch)
tree1a8c84c867b4e5844c4e6ec19d327c7426b758bc /tests
parentdce7515befba38956764f51616237a819427aca6 (diff)
[1.1.X] Added file mistakenly ommitted from r12917
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
-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" %}