From cdff3fb497a7ad7beeb67d2d913b8c2eafb22c7c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 16 Sep 2024 19:51:16 +0200 Subject: ✨ update context record, town sheets for new fields (refs #6024) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/ishtar/sheet_town.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common') 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 @@
{% for town in item.parents.all %}{% if forloop.counter0 %} ; {% endif %}{{town}}{{town|simple_link_to_window}}{% endfor %}
{% endif %} + {% field_flex_full _("Notice") item.notice "
" "
" %} {% if PROFILE.mapping and item.main_geodata %}

{% trans "Geographic localisation" %}

-- cgit v1.2.3