django validation error css

Solutions on MaxInterview for django validation error css by the best coders in the world

showing results for - "django validation error css"
Matteo
27 Feb 2017
1{%for field in form %}
2<div class="control-group {%if field.errors %}error{%endif%}">
3{# render your field #}
4</div>
5{% endfor %}
6
similar questions
css django