From 05bf7cc57169d3c1acb4a38479102a764d813f59 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 21 Feb 2018 15:57:25 +0100 Subject: Sheets: improve site presentation --- .../templates/ishtar/sheet_contextrecord.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'archaeological_context_records/templates') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index d26996705..2dd58d49c 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -131,10 +131,7 @@ {% if item.archaeological_site %}

{% trans SITE_LABEL %}

- {% field_flex "Reference" item.archaeological_site.reference %} - {% field_flex "Name" item.archaeological_site.name %} - {% field_flex_multiple "Periods" item.archaeological_site.periods %} - {% field_flex_multiple "Remains" item.archaeological_site.remains %} + {% field_flex_detail SITE_LABEL item.archaeological_site %} {% field_flex_full "Towns" item.archaeological_site.towns_codes|join:" ; " %}
{% endif %} -- cgit v1.2.3