From 5db68422b9b1ac73031fc42a7c104d21f58c1f2b Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 28 Dec 2012 00:53:46 +0100 Subject: [PATCH] Remove class="custom" from form, it has strange behaviours... (Adding a width=18px in the small.error onchange, for example. See: https://github.com/yohanboniface/django-leaflet-storage/issues/33) --- youmap/templates/leaflet_storage/feature_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youmap/templates/leaflet_storage/feature_form.html b/youmap/templates/leaflet_storage/feature_form.html index 323cc567..d6bf4c82 100644 --- a/youmap/templates/leaflet_storage/feature_form.html +++ b/youmap/templates/leaflet_storage/feature_form.html @@ -1,5 +1,5 @@ {% load youmap_tags i18n %} -
+ {% csrf_token %} {{ form.no_field_errors }} {% foundation_field form.name %}