diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-05-09 16:48:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-05-09 16:48:43 +0200 |
commit | 4dbc694df0b457dbb124d27c1570c15203ea11ce (patch) | |
tree | 4863317bcc2dcde6683f3a8f35fa732cacd670a9 /archaeological_context_records | |
parent | 3f1bd22dc86753fc87c1cb00040caa836185fb11 (diff) | |
download | Ishtar-4dbc694df0b457dbb124d27c1570c15203ea11ce.tar.bz2 Ishtar-4dbc694df0b457dbb124d27c1570c15203ea11ce.zip |
Main sheets add link to town sheet
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 79f58b94d..7fc1a03e7 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -139,7 +139,6 @@ <div class="row"> {% field_flex_multiple_obj "Excavation techniques" item 'excavation_technics' has_image %} {% field_flex_multiple_obj "Periods" item 'datings' has_image %} - {% field_flex "Town" item.town.label_with_areas '' '' has_image %} {% field_flex_multiple_obj "Documentation" item 'documentations' has_image %} {% field_flex "Opening date" item.opening_date '' '' has_image %} {% field_flex "Closing date" item.closing_date '' '' has_image %} @@ -170,7 +169,7 @@ {% endwith %} </div> <div class='row'> - {% field_flex_multiple_full "Towns" item.operation.towns %} + {% field_flex_detail "Town" item.town has_image %} </div> {% endif %} |