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