diff options
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 %} |