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_context_records | |
| parent | 003896dffef54abeb04409bdabd485723eaf8805 (diff) | |
| download | Ishtar-4910072c29e064ff743ecd8affb7418a735a5e5d.tar.bz2 Ishtar-4910072c29e064ff743ecd8affb7418a735a5e5d.zip | |
Better title for sheets (refs #1372)
Diffstat (limited to 'archaeological_context_records')
| -rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 8356d789d..741201daa 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -1,5 +1,11 @@ {% extends "ishtar/sheet.html" %} {% load i18n %} + +{% block head_sheet %} +{{block.super}} +<h1>{% trans "Context Record"%}</h1> +{% endblock %} + {% block content %} {% if previous or next %} <div class='tool'> @@ -15,8 +21,6 @@ {% endif %} <div class='tool'>{%trans "Export as:"%} <a href='{% url show-contextrecord item.pk "odt" %}'>{%trans "OpenOffice.org file"%}</a>, <a href='{% url show-contextrecord item.pk "pdf" %}'>{%trans "PDF file"%}</a></div> -<h3>{% trans "Context Record"%}</h3> - {% if item.operation.code_patriarche %} <p><label>{%trans "Complete ID:"%}</label> {% else %} |
