Remove an help-inline

This commit is contained in:
Melvin Laplanche
2013-07-28 23:47:08 +02:00
parent 1e39a3b13b
commit ce9541367b

View File

@@ -44,7 +44,7 @@
{{ field }}
{% for error in field.errors %}
<span class="help-inline">{{ error }}</span>
<span class="help-block">{{ error }}</span>
{% endfor %}
{% if field.help_text %}