djLint/tests/source_django/error.html

6 lines
149 B
HTML
Raw Normal View History

2021-12-14 08:57:37 +00:00
{% if errors %}
<div class="errorlist">
{% for error in errors %}<div class="error">{{ error }}</div>{% endfor %}
</div>
{% endif %}