diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 52b3e1696..e4a3b3591 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -122,6 +122,13 @@ Log in {% endif %} + {% if user.is_authenticated %} +
  • + + + Log out +
  • + {% endif %} {% endblock %} @@ -176,6 +183,12 @@ + + {% block app_js %}{% endblock %} {% block page_js %}{% endblock %}