diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-25 19:50:36 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-25 19:50:36 +0200 |
commit | 0be7b37a5490f982fe835143d9684aa06bfe7be3 (patch) | |
tree | 0e6e878cdee7e7dd2b31bdeeb3a8e2ac949c5a95 /archaeological_operations/templates | |
parent | 96001d7a6d0e76a10483a920f9dd4c194a48e68d (diff) | |
download | Ishtar-0be7b37a5490f982fe835143d9684aa06bfe7be3.tar.bz2 Ishtar-0be7b37a5490f982fe835143d9684aa06bfe7be3.zip |
Improve window images layout by usinf prettyPhoto (refs #1314)
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation_pdf.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation_pdf.html b/archaeological_operations/templates/ishtar/sheet_operation_pdf.html index ec771459c..f23b0d489 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation_pdf.html +++ b/archaeological_operations/templates/ishtar/sheet_operation_pdf.html @@ -1,5 +1,5 @@ {% extends "ishtar/sheet_operation.html" %} -{% block css_head %} +{% block header %} <link rel="stylesheet" href="{{STATIC_URL}}/media/style_basic.css" /> {% endblock %} {% block main_head %} |