From f4bbccb5214ff0dd2cbd7bc76973f64c06fc9509 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 8 Jun 2022 12:10:44 +0200 Subject: Geodata - geoforms: manage large number of related items - fix zoom - better + button --- ishtar_common/templates/ishtar/forms/geo_form.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ishtar_common/templates/ishtar/forms/geo_form.html (limited to 'ishtar_common/templates/ishtar/forms') diff --git a/ishtar_common/templates/ishtar/forms/geo_form.html b/ishtar_common/templates/ishtar/forms/geo_form.html new file mode 100644 index 000000000..d09ae22d8 --- /dev/null +++ b/ishtar_common/templates/ishtar/forms/geo_form.html @@ -0,0 +1,10 @@ +{% extends "ishtar/forms/base_related_items.html" %} +{% load i18n %} +{% block form_head %} +{{ block.super }} +{% if form.too_many %} +
+ {% trans "Many items are attached to this geographic item. Only the ten first of each type are displayed in this form." %} +
+{% endif %} +{% endblock %} -- cgit v1.2.3