From d027b752f2a3346877b9ceb4c98c15172823663f Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Thu, 16 Dec 2010 11:45:50 -0500 Subject: [PATCH] Deleted an unused template --- editor/templates/admin/editor/editor.html | 58 ----------------------- 1 file changed, 58 deletions(-) delete mode 100644 editor/templates/admin/editor/editor.html diff --git a/editor/templates/admin/editor/editor.html b/editor/templates/admin/editor/editor.html deleted file mode 100644 index 2790212..0000000 --- a/editor/templates/admin/editor/editor.html +++ /dev/null @@ -1,58 +0,0 @@ -{% extends "admin/change_form.html" %} -{% load i18n admin_modify adminmedia %} - - -{% block extrahead %}{{ block.super }} -{% if EDITOR_MEDIA_PATH_HOTLINKING %} - - - -{% else %} - - - -{% endif %} - - - - - - -{% for inc in object.feincms_item_editor_includes.head %}{% include inc %}{% endfor %} - - -{% endblock %} - -{% block content %} -
- -
-
-{% if is_popup %}{% endif %} - - - {{ form }} -
- -
- -
- -
-
- -
-{% endblock %}