djLint/tests/source_django/error.html
2021-12-14 09:57:37 +01:00

5 lines
149 B
HTML

{% if errors %}
<div class="errorlist">
{% for error in errors %}<div class="error">{{ error }}</div>{% endfor %}
</div>
{% endif %}