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 %}