diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-19 19:47:04 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-19 19:47:04 +0100 |
commit | dba959d5d244f2e02c8ff22f4a8789c7d3ad3cfa (patch) | |
tree | a16dd9013a8cb8363808bd550f4415fafad71193 /archaeological_context_records/templates | |
parent | 37a52a77a7cf2b02c5a811af7a81def1751ea737 (diff) | |
download | Ishtar-dba959d5d244f2e02c8ff22f4a8789c7d3ad3cfa.tar.bz2 Ishtar-dba959d5d244f2e02c8ff22f4a8789c7d3ad3cfa.zip |
Improve find sheet
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecordsource.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecordsource.html b/archaeological_context_records/templates/ishtar/sheet_contextrecordsource.html index bd6cdcdba..725c89530 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecordsource.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecordsource.html @@ -1,7 +1,7 @@ {% extends "ishtar/sheet_source.html" %} {% load i18n window_field window_header link_to_window %} -{% block head_title %}{% trans "Context record source" %}{% endblock %} +{% block head_title %}<strong>{% trans "Context record source" %}</strong> - {{item.title}} - {{item.owner}}{% endblock %} {% block window_nav %} {% window_nav item window_id 'show-contextrecordsource' 'record_source_modify' %} @@ -9,5 +9,5 @@ {% block related %} {% trans "Related context record" as related_item_label %} -{% field related_item_label item.owner '' item.owner|link_to_window %} +{% field_flex related_item_label item.owner '' item.owner|link_to_window %} {% endblock %} |