diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 86a709a60..8a60e46f2 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -147,6 +147,22 @@ {% trans "Change password" %} +
  • + {% if user_is_admin %} +
  • + + {% trans "Restart" %} + +
  • +
  • + + {% trans "Shut down" %} + +
  • +
  • + {% endif %}
  • @@ -155,28 +171,6 @@
  • - {% else %}