From 1fc15a96f6ce2b79d6e7e083684e424deaccadd2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 19 Jan 2018 19:59:00 +0100 Subject: Improve find source sheet --- archaeological_finds/templates/ishtar/sheet_findsource.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_finds') 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 %}{% trans "Find source" %} - {{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 %} -- cgit v1.2.3