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:
parent
341f87c502
commit
5db68422b9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{% 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 %}
|
||||
{{ form.no_field_errors }}
|
||||
{% foundation_field form.name %}
|
||||
|
|
Loading…
Reference in a new issue