From 11c8422c9b4adc73abd5f825661e71f846a1fe1f Mon Sep 17 00:00:00 2001 From: volpino Date: Thu, 14 Jun 2012 10:21:01 +0200 Subject: [PATCH] euscanwww: Reset password Signed-off-by: volpino --- euscanwww/djeuscan/templates/_base.html | 2 +- .../djeuscan/templates/registration/login.html | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/euscanwww/djeuscan/templates/_base.html b/euscanwww/djeuscan/templates/_base.html index 54ea007..da71b71 100644 --- a/euscanwww/djeuscan/templates/_base.html +++ b/euscanwww/djeuscan/templates/_base.html @@ -50,7 +50,7 @@
  • Logout
  • {% else %} -
  • Login
  • +
  • Login
  • Register
  • {% endif %} diff --git a/euscanwww/djeuscan/templates/registration/login.html b/euscanwww/djeuscan/templates/registration/login.html index d2e3547..eaa7c54 100644 --- a/euscanwww/djeuscan/templates/registration/login.html +++ b/euscanwww/djeuscan/templates/registration/login.html @@ -12,17 +12,24 @@ {% csrf_token %} - + - + + + + +
    {{ form.username.label_tag }}{{ form.username.label_tag }} {{ form.username }}
    {{ form.password.label_tag }}{{ form.password.label_tag }} {{ form.password }}
    + +
    - - + Register + Forgot password + {% endblock %}