Skip to content

Commit 815a33f

Browse files
authored
fix: login form messages (#772)
1 parent be0330c commit 815a33f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unfold/templates/admin/login.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ <h1 class="font-semibold mb-10">
3232
<span class="block text-primary-600 text-xl dark:text-primary-500">{{ site_title }}</span>
3333
</h1>
3434

35+
{% include "unfold/helpers/messages.html" %}
36+
3537
{% include "unfold/helpers/messages/errornote.html" with errors=form.errors %}
3638

3739
{% include "unfold/helpers/messages/error.html" with errors=form.non_field_errors %}

0 commit comments

Comments
 (0)