summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/forms/geo_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/ishtar/forms/geo_form.html')
-rw-r--r--ishtar_common/templates/ishtar/forms/geo_form.html10
1 files changed, 10 insertions, 0 deletions
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 %}
+<div class="alert alert-warning">
+ {% trans "Many items are attached to this geographic item. Only the ten first of each type are displayed in this form." %}
+</div>
+{% endif %}
+{% endblock %}