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