diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-25 18:58:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-25 18:58:44 +0200 |
commit | f4eceb80557e2141e8535cc1b555c1a72e3e8ddd (patch) | |
tree | 59a1b1990f17f8c39dbd60462a54dd158020ffea /archaeological_operations | |
parent | 1d416a4bb927fb501c452b2c7c4b1f3e9c3c8e0c (diff) | |
download | Ishtar-f4eceb80557e2141e8535cc1b555c1a72e3e8ddd.tar.bz2 Ishtar-f4eceb80557e2141e8535cc1b555c1a72e3e8ddd.zip |
✨ Notices - Town: add old town, new town reference on notices (refs #5380, #5732)
Diffstat (limited to 'archaeological_operations')
-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 e1cbd1583..be490ba28 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -340,7 +340,7 @@ {% if next %} {% field_flex "Towns" item|m2m_listing:'towns'|join:" ; " %} {% else %} - {% field_flex_detail_multiple "Towns" item.towns %} + {% field_flex_detail_multiple_full "Towns" item.towns %} {% endif %} {% field_flex "Address" item.address %} {% if not item.address %} |