diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_museum_find_pdf.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_museum_find_pdf.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_museum_find_pdf.html b/archaeological_finds/templates/ishtar/sheet_museum_find_pdf.html new file mode 100644 index 000000000..b7deed171 --- /dev/null +++ b/archaeological_finds/templates/ishtar/sheet_museum_find_pdf.html @@ -0,0 +1,14 @@ +{% extends "ishtar/sheet_museum_find.html" %} +{% block header %} +{% endblock %} +{% block main_head %} +{{ block.super }} +<div id="pdfheader"> +Ishtar – {{APP_NAME}} – {{item}} +</div> +{% endblock %} +{%block head_sheet%}{%endblock%} +{%block main_foot%} +</body> +</html> +{%endblock%} |
