diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-13 15:18:13 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-13 15:18:13 +0100 |
commit | 49ba5d9f6ccc0b0d89dd77a4d0fd6ff4ea9345f2 (patch) | |
tree | 1117c82af80da844ad62b2758e812796948e2d80 /archaeological_operations/templates | |
parent | ba73415e947909b8e3bf8188c06cf59432dd9225 (diff) | |
download | Ishtar-49ba5d9f6ccc0b0d89dd77a4d0fd6ff4ea9345f2.tar.bz2 Ishtar-49ba5d9f6ccc0b0d89dd77a4d0fd6ff4ea9345f2.zip |
Sheet operation: add INSEE code to towns (refs #3506)
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index f35954488..69e6c3ddf 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -72,7 +72,7 @@ {% if item.towns.count %} <h3>{% trans "Localisation"%}</h3> <ul class='form-flex'> -{% field_li_multiple "Towns" item.towns %} +{% field_li "Towns" item.towns_codes|join:" ; " %} {% field_li "Main address" item.associated_file.address %} {% field_li "Complement" item.associated_file.address_complement %} {% field_li "Postal code" item.associated_file.postal_code %} |