summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/sheet_file_pdf.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-04-04 18:12:56 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-04-04 18:12:56 +0200
commit3f038c77f4017a1ef7c1fbed8f5dc5daef2371c7 (patch)
treee60ea27f8e8189e5dcdd02885358d72be34295a9 /ishtar_common/templates/sheet_file_pdf.html
parent8e19be1b27cf14cf0f76d7c4bcd81e520ac95407 (diff)
downloadIshtar-3f038c77f4017a1ef7c1fbed8f5dc5daef2371c7.tar.bz2
Ishtar-3f038c77f4017a1ef7c1fbed8f5dc5daef2371c7.zip
Rename and move sheets templates
Diffstat (limited to 'ishtar_common/templates/sheet_file_pdf.html')
-rw-r--r--ishtar_common/templates/sheet_file_pdf.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/ishtar_common/templates/sheet_file_pdf.html b/ishtar_common/templates/sheet_file_pdf.html
deleted file mode 100644
index 3c77c75f8..000000000
--- a/ishtar_common/templates/sheet_file_pdf.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% extends "sheet_file.html" %}
-{% block css_head %}
-<link rel="stylesheet" href="{{MEDIA_URL}}/media/style_basic.css" />
-{% endblock %}
-{% block main_head %}
-{{ block.super }}
-<div id="pdfheader">
-Ishtar &ndash; {{APP_NAME}} &ndash; {{item}}
-</div>
-{% endblock %}
-{%block head_sheet%}{%endblock%}
-{%block main_foot%}
-<div id="pdffooter">
-&ndash; <pdf:pagenumber/> &ndash;
-</div>
-</body>
-</html>
-{%endblock%}