typo
This commit is contained in:
parent
889564a3c1
commit
491f2007f5
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user