mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-24 07:09:31 +00:00
7 lines
200 B
HTML
7 lines
200 B
HTML
{% if form.non_field_errors %}
|
|
<div class="alert-message block-message error">
|
|
<p>Oops! Something went wrong, check the following and try again.</p>
|
|
{{ form.non_field_errors }}
|
|
</div>
|
|
{% endif %}
|