summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-04-13 15:49:48 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-04-13 15:49:48 +0200
commitf55cc73e5eb3b8d34809fe13735b2dc68b8067fc (patch)
treead372e7902adb863afe7abe85d3d7aa2c269d4e7 /archaeological_operations/templates
parent43c0ed7601044f766ef373a33cab207372440f0d (diff)
downloadIshtar-f55cc73e5eb3b8d34809fe13735b2dc68b8067fc.tar.bz2
Ishtar-f55cc73e5eb3b8d34809fe13735b2dc68b8067fc.zip
Subaquatic module: add missing fields
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_site.html4
1 files changed, 3 insertions, 1 deletions
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 @@
</div>
{% 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 %}
<h3>{% trans "Underwater"%}</h3>
<div class="row">
+ {% 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 "<pre>" "</pre>" %}
{% field_flex_full "Oceanographic service localisation" item.oceanographic_service_localisation "<pre>" "</pre>" %}
</div>
{% endif %}