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

{% trans "Map settings" %}

+
+ {% csrf_token %} + {% for field in form %} +
+ {{ field }} +
+ {{ field.help_text }} + {% endfor %} + +
\ No newline at end of file