mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-25 15:49:29 +00:00
Fix issues with no errors showing
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
<form method="post" action="{% url django.contrib.auth.views.login %}">
|
||||
<fieldset>
|
||||
{% include "formtools/formerror.html" %}
|
||||
{% include "formtools/formfield.html" with field=form.username %}
|
||||
{% include "formtools/formfield.html" with field=form.password %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user