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_context_records | |
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_context_records')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index f58655abc..71207acca 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -170,7 +170,7 @@ {% endwith %} </div> <div class='row'> - {% field_flex_detail "Town" item.town has_image %} + {% field_flex_detail_full "Town" item.town has_image %} </div> {% endif %} |