From 6c225450c36c0fb58df61dd641f25fa78db2c7a5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 4 Apr 2013 18:12:56 +0200 Subject: Rename and move sheets templates --- ishtar_common/templates/sheet.html | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 ishtar_common/templates/sheet.html (limited to 'ishtar_common/templates/sheet.html') diff --git a/ishtar_common/templates/sheet.html b/ishtar_common/templates/sheet.html deleted file mode 100644 index 5608a684f..000000000 --- a/ishtar_common/templates/sheet.html +++ /dev/null @@ -1,30 +0,0 @@ -{% load i18n %} -{% block main_head %} - - - - {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} - - {% block css_head %} - - {% endblock %} - - -{% endblock %} -
-{% block head_sheet %} - -{% endblock %} -
-{% block content %}{% endblock %} -
-
-{%block main_foot%} - - -{%endblock%} -- cgit v1.2.3