From 09651544e65fa95a5ce936e0b657317fbd139730 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 2 Feb 2013 22:02:32 +0100 Subject: [PATCH] Customize upload_form But it's urgent to get rid of jQuery and Foundation, and get a simpler stack. --- .../leaflet_storage/upload_form.html | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 umap/templates/leaflet_storage/upload_form.html 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" %}
+