This commit is contained in:
Rodney Ewing 2013-06-26 07:39:17 -07:00
parent 889564a3c1
commit 491f2007f5

View File

@ -47,7 +47,7 @@
{% endfor %}
{%- endif %}
{%- if field.description %}
{% if and field.type == 'BooleanField' %}
{% if field.type == 'BooleanField' %}
<label for="{{ field.label.field_id }}">{{ field.description|safe }}</label>
{% else %}
<p class="form_field_description">{{ field.description|safe }}</p>