From b985a7f128851171dde1a3f0927701efa2bb404d Mon Sep 17 00:00:00 2001 From: Don Mitchell Date: Tue, 25 Jun 2013 11:26:02 -0400 Subject: [PATCH] Remove unused template --- cms/templates/new_item.html | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 cms/templates/new_item.html diff --git a/cms/templates/new_item.html b/cms/templates/new_item.html deleted file mode 100644 index 45cb157845..0000000000 --- a/cms/templates/new_item.html +++ /dev/null @@ -1,19 +0,0 @@ -
-
${parent_name}
-
${parent_location}
- -
- % for module_type, module_templates in templates: -
-
${module_type}
-
- % for template in module_templates: - ${template.display_name_with_default} - % endfor -
-
- % endfor -
- Cancel -
-