diff --git a/umap/templates/leaflet_storage/upload_form.html b/umap/templates/leaflet_storage/upload_form.html new file mode 100644 index 00000000..61b89160 --- /dev/null +++ b/umap/templates/leaflet_storage/upload_form.html @@ -0,0 +1,36 @@ +{% load i18n umap_tags %} +

{% trans "Upload features" %}

+
+ {% csrf_token %} + {% for field in form %} + {% foundation_field field %} + {% endfor %} + +
+
{% trans "Details on formats" %}
+