diff --git a/templates/base.html b/templates/base.html index 881d8b0..61e2b02 100644 --- a/templates/base.html +++ b/templates/base.html @@ -114,7 +114,6 @@

Menu

{% if user.is_anonymous %}
  • {% translate 'Login' %}
  • -
  • {% translate 'Forget Password' %}
  • {% endif %} {% if user.is_authenticated %}
  • {% translate 'Logout' %}
  • diff --git a/templates/registration/login.html b/templates/registration/login.html index c82c589..3ae9255 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -12,6 +12,7 @@

    {% translate 'Login' %}

    {% csrf_token %} {{ form }} + {% translate 'Forget Password ?' %}