diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-16 19:51:16 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-17 10:04:01 +0200 |
commit | cdff3fb497a7ad7beeb67d2d913b8c2eafb22c7c (patch) | |
tree | d6269b4909732fad0c4e0a693be608cbba91762e /ishtar_common | |
parent | fd5e330ede426a7152deab41620b6a60b63df220 (diff) | |
download | Ishtar-cdff3fb497a7ad7beeb67d2d913b8c2eafb22c7c.tar.bz2 Ishtar-cdff3fb497a7ad7beeb67d2d913b8c2eafb22c7c.zip |
✨ update context record, town sheets for new fields (refs #6024)
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet_town.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_town.html b/ishtar_common/templates/ishtar/sheet_town.html index 448ea6752..e92c03b54 100644 --- a/ishtar_common/templates/ishtar/sheet_town.html +++ b/ishtar_common/templates/ishtar/sheet_town.html @@ -104,6 +104,7 @@ <dd>{% for town in item.parents.all %}{% if forloop.counter0 %} ; {% endif %}{{town}}{{town|simple_link_to_window}}{% endfor %}</dd> </dl> {% endif %} + {% field_flex_full _("Notice") item.notice "<pre>" "</pre>" %} </div> {% if PROFILE.mapping and item.main_geodata %} <h3>{% trans "Geographic localisation" %}</h3> |