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 | 67ccea36c7762c4e236e821cad6c03f8f22237a4 (patch) | |
| tree | 79d40d45e44ee16a245987feda1d279f5b5fe6b5 /archaeological_context_records | |
| parent | e49a2e410551502009e7110023a78b608c02a33c (diff) | |
| download | Ishtar-67ccea36c7762c4e236e821cad6c03f8f22237a4.tar.bz2 Ishtar-67ccea36c7762c4e236e821cad6c03f8f22237a4.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 %} |
