diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 721d8fdca..7ac159078 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -160,7 +160,7 @@
{% block content_row %} -
+
{% block submenu %} {% if submenu %} - {% endblock %} +
+ {% block icons %} + {# icons go here #} + {% endblock %} +
+ {% endblock %} + +
+ {% block center-header %} + {# this center-header should contain help texts but no menus#} + {% endblock %} +
+ +
diff --git a/plinth/templates/index.html b/plinth/templates/index.html index 4e6ecb4e1..162532322 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -20,14 +20,14 @@ {% load i18n %} -{% block content %} +{% block icons %}
{% if shortcuts %} {% for shortcut in shortcuts %} {% if user.is_authenticated or shortcut.login_required is False %} -
+