diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-19 19:59:00 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-19 19:59:00 +0100 |
commit | ea6afa6183493eeb8691bf127f158fd024a3728c (patch) | |
tree | 22a0bb8b4b6c7f83bcc584e752e698e3bafa3b4e | |
parent | 52b8a1c268f9815788e0f90340f08fdca6180bd9 (diff) | |
download | Ishtar-ea6afa6183493eeb8691bf127f158fd024a3728c.tar.bz2 Ishtar-ea6afa6183493eeb8691bf127f158fd024a3728c.zip |
Improve find source sheet
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_findsource.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_findsource.html b/archaeological_finds/templates/ishtar/sheet_findsource.html index fedb20911..a3825173f 100644 --- a/archaeological_finds/templates/ishtar/sheet_findsource.html +++ b/archaeological_finds/templates/ishtar/sheet_findsource.html @@ -1,7 +1,7 @@ {% extends "ishtar/sheet_source.html" %} {% load i18n window_field window_header link_to_window %} -{% block head_title %}{% trans "Find source" %}{% endblock %} +{% block head_title %}<strong>{% trans "Find source" %}</strong> - {{item.title}} - {{item.owner}}{% endblock %} {% block window_nav %} {% window_nav item window_id 'show-findsource' 'find_source_modify' %} @@ -9,5 +9,5 @@ {% block related %} {% trans "Related find" 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 %} |