forked from DGNum/gestioCOF
Remove whitespace by using elif
This commit is contained in:
parent
49c84076de
commit
cf03fba1cc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
{{ field|add_class:'form-control' }}
|
{{ field|add_class:'form-control' }}
|
||||||
{% if field.errors %}
|
{% if field.errors %}
|
||||||
<span class="help-block">{{field.errors}}</span>
|
<span class="help-block">{{field.errors}}</span>
|
||||||
{% else %}
|
{% elif field.help_text %}
|
||||||
<span class="help-block">{{field.help_text}}</span>
|
<span class="help-block">{{field.help_text}}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue