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