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)
This commit is contained in:
Yohan Boniface 2012-12-28 00:53:46 +01:00
parent 341f87c502
commit 5db68422b9

View file

@ -1,5 +1,5 @@
{% load youmap_tags i18n %} {% load youmap_tags i18n %}
<form method="post" action="{{ action }}" id="feature_form" onsubmit="return false;" class="custom"> <form method="post" action="{{ action }}" id="feature_form" onsubmit="return false;">
{% csrf_token %} {% csrf_token %}
{{ form.no_field_errors }} {{ form.no_field_errors }}
{% foundation_field form.name %} {% foundation_field form.name %}