diff --git a/plinth/modules/help/templates/help_index.html b/plinth/modules/help/templates/help_index.html index 16ef9560b..1d08ab091 100644 --- a/plinth/modules/help/templates/help_index.html +++ b/plinth/modules/help/templates/help_index.html @@ -23,7 +23,7 @@ {% load static %} {% block content %} - +

{% trans "Help" %}

@@ -59,7 +59,7 @@ #freedombox channel using the IRC web interface. {% endblocktrans %}

- +
{% endblock %} diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 51bcf7ab4..241bd9621 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -219,10 +219,8 @@ {% block container %} -
-
+
{% block content_row %} -
{% block subsubmenu %} {% if subsubmenu %} {% show_subsubmenu subsubmenu %} @@ -234,14 +232,11 @@ {% block content %} {# main content goes here #} {% endblock %} -
{% endblock %} -
{% endblock %}