From d12a5a018faf9cba5a19ebb1bda79ad2ffbbd69f Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 19 Nov 2018 11:52:49 -0600 Subject: updated requirements, rolled in style changes and js --- design/templates/registration/login.html | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'design/templates/registration') diff --git a/design/templates/registration/login.html b/design/templates/registration/login.html index 13b1c6c..a481556 100644 --- a/design/templates/registration/login.html +++ b/design/templates/registration/login.html @@ -1,5 +1,7 @@ {% extends 'base.html' %} {% block content %} +
+Login to {{site.name}} {% if form.errors %}

Your username and password didn't match. Please try again.

{% endif %} @@ -13,23 +15,22 @@ {% endif %} {% endif %} - {% csrf_token %} - - - - - - - - - -
{{ form.username.label_tag }}{{ form.username }}
{{ form.password.label_tag }}{{ form.password }}
+
+ {{ form.username.label_tag }} + {{ form.username }} +
+
+ {{ form.password.label_tag }} + {{ form.password }} +
- +
{# Assumes you setup the password_reset view in your URLconf #} -

Lost password?

+
+

No account yet? Sign up.
+Forgot your password?

{% endblock %} -- cgit v1.2.3