diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-03 15:23:46 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-03 15:23:46 +0100 |
| commit | b2edacfd52f6fcfbceb44f7bc5eaa4d0779663ab (patch) | |
| tree | b8e0a353d59985477d96e504684a599a8c677e40 /archaeological_operations/templates/ishtar/sheet_site.html | |
| parent | d7a9c7865ac3ed1a2296a67368a75179eaffca61 (diff) | |
| download | Ishtar-b2edacfd52f6fcfbceb44f7bc5eaa4d0779663ab.tar.bz2 Ishtar-b2edacfd52f6fcfbceb44f7bc5eaa4d0779663ab.zip | |
Submarine modul: add fields in site and operation
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_site.html')
| -rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 4 |
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 8f8d018f6..0108d3db6 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -49,10 +49,12 @@ </div> {% endif %} -{% if item.oceanographic_service_localisation or item.shipwreck_code or item.sinking_date or item.discovery_area or item.shipwreck_name %} +{% if item.affmar_number or item.drassm_number or 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 "Numéro AffMar" item.affmar_number %} + {% field_flex "Numéro DRASSM" item.drassm_number %} {% field_flex "Shipwreck name" item.shipwreck_name %} {% field_flex "Shipwreck code" item.shipwreck_code %} {% field_flex "Sinking date" item.sinking_date %} |
