Skip to content

Commit bd3a06e

Browse files
author
Kal Walkden
committed
Remove errant divs in input fields
1 parent f2dae6b commit bd3a06e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

materializecssform/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from distutils.version import StrictVersion
22

33

4-
VERSION = StrictVersion('1.1.4')
4+
VERSION = StrictVersion('1.1.5')

materializecssform/templates/materializecssform/field.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<span class="help-block {{ form.error_css_class }}">{{ error }}</span>
1515
{% endfor %}
1616

17-
</div>
1817
</label>
1918
{% if field.help_text %}
2019
<p class="help-block">
@@ -34,8 +33,6 @@
3433
{% for error in field.errors %}
3534
<span class="help-block {{ form.error_css_class }}">{{ error }}</span>
3635
{% endfor %}
37-
38-
</div>
3936
</label>
4037
{% if field.help_text %}
4138
<p class="help-block">

0 commit comments

Comments
 (0)