diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-10 04:27:48 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-10 04:27:48 +0200 |
commit | 42e138940a4fa39ecb55c44d8c2fd97553397e7b (patch) | |
tree | 784a480822a38136938fe76584ceb011cc84fc49 /archaeological_context_records | |
parent | 92484c85b25f8fbc405fada0980dd994f1cedace (diff) | |
download | Ishtar-42e138940a4fa39ecb55c44d8c2fd97553397e7b.tar.bz2 Ishtar-42e138940a4fa39ecb55c44d8c2fd97553397e7b.zip |
Sheet context record: update labels
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index ffeba676c..cd70925ec 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -112,7 +112,6 @@ <p class='window-refs'>{{ item.parcel.short_label }}</p> <p class="window-refs">{{ item.label|default:"" }}</p> {% include "ishtar/blocks/sheet_external_id.html" %} - </p> </div> </div> <div class='row'> @@ -122,8 +121,8 @@ </div> <h3>{% trans "Description"%}</h3> <div class="row"> - {% field_flex "Excavation technic" item.excavation_technic '' '' has_image %} - {% field_flex_multiple_obj "Chronology" item 'datings' has_image %} + {% field_flex "Excavation technique" item.excavation_technic '' '' 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 %} |