diff --git a/umap/templates/leaflet_storage/upload_form.html b/umap/templates/leaflet_storage/upload_form.html index bd646b71..25f244ee 100644 --- a/umap/templates/leaflet_storage/upload_form.html +++ b/umap/templates/leaflet_storage/upload_form.html @@ -2,6 +2,9 @@

{% trans "Upload features" %}

{% csrf_token %} + {% if form.non_field_errors %} +
{{ form.non_field_errors }}
+ {% endif %} {% for field in form %} {% foundation_field field %} {% endfor %}