From cba5ff6b5d93402a7432533e187419f61d50f27c Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 24 Jan 2013 14:16:59 +0100 Subject: [PATCH] Follow changes on icon management See https://github.com/yohanboniface/django-leaflet-storage/issues/22 --- umap/templates/umap/styles_fieldset.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/umap/templates/umap/styles_fieldset.html b/umap/templates/umap/styles_fieldset.html index a494a5cb..0da9771f 100644 --- a/umap/templates/umap/styles_fieldset.html +++ b/umap/templates/umap/styles_fieldset.html @@ -4,14 +4,13 @@ {% foundation_field form.options_color %} {% if form.icon_class and form.pictogram %} -
-
- {% foundation_field form.icon_class %} -
-
- {% foundation_field form.pictogram %} -
+
+ {{ form.icon_class }} + {{ form.pictogram }} +
+
+ {{ form.icon_class.help_text }} {% endif %} {% foundation_field form.options_weight %} {% if form.options_stroke %}