diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-10-28 02:28:08 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-10-28 02:28:08 +0100 |
commit | 4910072c29e064ff743ecd8affb7418a735a5e5d (patch) | |
tree | 79d40d45e44ee16a245987feda1d279f5b5fe6b5 /archaeological_files/templates/ishtar/sheet_file.html | |
parent | 003896dffef54abeb04409bdabd485723eaf8805 (diff) | |
download | Ishtar-4910072c29e064ff743ecd8affb7418a735a5e5d.tar.bz2 Ishtar-4910072c29e064ff743ecd8affb7418a735a5e5d.zip |
Better title for sheets (refs #1372)
Diffstat (limited to 'archaeological_files/templates/ishtar/sheet_file.html')
-rw-r--r-- | archaeological_files/templates/ishtar/sheet_file.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index ff0acb1a7..6602b8ee3 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -1,5 +1,11 @@ {% extends "ishtar/sheet.html" %} {% load i18n %} + +{% block head_sheet %} +{{block.super}} +<h1>{% trans "Archaeological file"%}</h1> +{% endblock %} + {% block content %} {% if previous or next %} <div class='tool'> |