summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-25 20:57:08 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-25 20:57:08 +0200
commit7d35c4a7672007f966bd47ff602e3e818dd2e042 (patch)
tree7d5c1e2558f4ef72332dcb9dbc1417fd7764f863 /archaeological_finds
parent5a594504ba57d79c201497d2ada888bfb7e3ac26 (diff)
downloadIshtar-7d35c4a7672007f966bd47ff602e3e818dd2e042.tar.bz2
Ishtar-7d35c4a7672007f966bd47ff602e3e818dd2e042.zip
Add missing PDF templates - fix bad link in context record sheetfile
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find_pdf.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find_pdf.html b/archaeological_finds/templates/ishtar/sheet_find_pdf.html
new file mode 100644
index 000000000..13671ce70
--- /dev/null
+++ b/archaeological_finds/templates/ishtar/sheet_find_pdf.html
@@ -0,0 +1,18 @@
+{% extends "ishtar/sheet_find.html" %}
+{% block header %}
+<link rel="stylesheet" href="{{STATIC_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%}