From d41bb0ae76d223818fb3b7c581fa635981f2a59c Mon Sep 17 00:00:00 2001 From: Johannes Keyser Date: Sun, 14 Jan 2018 01:35:08 +0100 Subject: [PATCH] help: Show menu on smaller screens also - Fixes issue #1185. Signed-off-by: Johannes Keyser Reviewed-by: Sunil Mohan Adapa --- plinth/modules/help/templates/help_index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plinth/modules/help/templates/help_index.html b/plinth/modules/help/templates/help_index.html index ee424d8e1..e0302a494 100644 --- a/plinth/modules/help/templates/help_index.html +++ b/plinth/modules/help/templates/help_index.html @@ -20,6 +20,14 @@ {% load i18n %} +{% block submenu %} + {% if submenu %} + + {% endif %} +{% endblock %} + {% block content %}

{% trans "Help" %}