From 7d2aa560ba859ebb593d34b062bf1faf09c8724c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Oct 2012 17:49:57 +0200 Subject: Djangoization - Major refactoring (step 1) --- ishtar/templates/window.html | 45 -------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 ishtar/templates/window.html (limited to 'ishtar/templates/window.html') diff --git a/ishtar/templates/window.html b/ishtar/templates/window.html deleted file mode 100644 index a92f859ab..000000000 --- a/ishtar/templates/window.html +++ /dev/null @@ -1,45 +0,0 @@ -{% load i18n %} - - - - - - {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} - - - - - - - - - {% block extra_head %} - {% endblock %} - - -{% if new_item_label %} - -{% endif %} -
-

{{title}}

-
{% csrf_token %} - - {% for field in form %} - - - - {% endfor %} - -
{{ field.errors }}{{field|safe}}
-
-
- - - - - -- cgit v1.2.3