diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-21 15:57:25 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-21 15:57:25 +0100 |
commit | 4e1d73c7aab2116100f7823bfd4b46959b0a9917 (patch) | |
tree | 43719262ea060c6a9a5799f2b17c89d48298743b /archaeological_context_records | |
parent | dc0246f19222e5722c68121cc9dbaeff9891e57f (diff) | |
download | Ishtar-4e1d73c7aab2116100f7823bfd4b46959b0a9917.tar.bz2 Ishtar-4e1d73c7aab2116100f7823bfd4b46959b0a9917.zip |
Sheets: improve site presentation
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 5 |
1 files changed, 1 insertions, 4 deletions
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 %} <h3>{% trans SITE_LABEL %}</h3> <div class='row'> - {% 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:" ; " %} </div> {% endif %} |