mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-19 18:31:54 +00:00
6 lines
149 B
HTML
6 lines
149 B
HTML
|
|
{% if errors %}
|
||
|
|
<div class="errorlist">
|
||
|
|
{% for error in errors %}<div class="error">{{ error }}</div>{% endfor %}
|
||
|
|
</div>
|
||
|
|
{% endif %}
|