We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0330c commit 815a33fCopy full SHA for 815a33f
src/unfold/templates/admin/login.html
@@ -32,6 +32,8 @@ <h1 class="font-semibold mb-10">
32
<span class="block text-primary-600 text-xl dark:text-primary-500">{{ site_title }}</span>
33
</h1>
34
35
+ {% include "unfold/helpers/messages.html" %}
36
+
37
{% include "unfold/helpers/messages/errornote.html" with errors=form.errors %}
38
39
{% include "unfold/helpers/messages/error.html" with errors=form.non_field_errors %}
0 commit comments