From 7bc90ccc0cb94700a126e0485a643ea7489cab3b Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 12 Jan 2013 20:26:19 +0100 Subject: [PATCH] Add a custom template for "update map settings" form See yohanboniface/Leaflet.Storage#22 --- .../leaflet_storage/map_update_settings.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 umap/templates/leaflet_storage/map_update_settings.html 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