diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 5d7a107e4..ea822e6b9 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -95,13 +95,13 @@ + {% if user.is_authenticated %}
  • Log out
  • - {% else %} + + {% else %} +
  • Log in - {% endif %} -
  • + + {% endif %} + {% if user.is_authenticated %}
  • diff --git a/plinth/templates/login.html b/plinth/templates/login.html index ddd28b592..00486dca6 100644 --- a/plinth/templates/login.html +++ b/plinth/templates/login.html @@ -26,12 +26,14 @@
    {% csrf_token %} -
    +
    {{ form|bootstrap }} -
    +
    + +
    +
    -