From 2e8f0a8f1510a9da1af62a8fdbcbde2b33291da9 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 5 Apr 2010 15:45:20 +0000 Subject: [PATCH] [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 --- tests/templates/custom_admin/delete_selected_confirmation.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/templates/custom_admin/delete_selected_confirmation.html 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" %}