diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/auth/login.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/auth/login.html b/templates/auth/login.html index 96c0e98..a0588a9 100644 --- a/templates/auth/login.html +++ b/templates/auth/login.html @@ -2,11 +2,14 @@ {% block title %}Login{% endblock %} +{% block body_class %}no-sidebar{% endblock %} + {% block content %} <form action="." method="POST"> {% csrf_token %} <fieldset> <legend>Login</legend> + {{ form.non_field_errors }} {% for field in form %} {% include "forms/_field.html" %} {% endfor %} |