diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 96fb0fa9f..d33b0dacf 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -91,25 +91,31 @@ title="{{ box_name }}"> {{ box_name }} - {% if user.is_authenticated %} - {% trans "Home" %} - {% endif %} - {% if user.is_authenticated %} - - - {% trans "Apps" %} - - - - {% trans "Configuration" %} - - {% endif %} {% endblock %}