From aa9532ecbc2fafb8596075d77b506110efcc00ee Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Apr 2018 15:49:48 +0200 Subject: Subaquatic module: add missing fields --- archaeological_operations/templates/ishtar/sheet_site.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index c42cf4f88..d6360f965 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -51,12 +51,14 @@ {% endif %} -{% if item.oceanographic_service_localisation or item.shipwreck_code or item.sinking_date %} +{% if item.oceanographic_service_localisation or item.shipwreck_code or item.sinking_date or item.discovery_area or item.shipwreck_name %}

{% trans "Underwater"%}

+ {% field_flex "Shipwreck name" item.shipwreck_name %} {% field_flex "Shipwreck code" item.shipwreck_code %} {% field_flex "Sinking date" item.sinking_date %} + {% field_flex_full "Discovery area" item.discovery_area "
" "
" %} {% field_flex_full "Oceanographic service localisation" item.oceanographic_service_localisation "
" "
" %}
{% endif %} -- cgit v1.2.3