help: Show menu on smaller screens also

- Fixes issue #1185.

Signed-off-by: Johannes Keyser <johanneskeyser@posteo.de>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Johannes Keyser 2018-01-14 01:35:08 +01:00 committed by Sunil Mohan Adapa
parent f0f2d21562
commit d41bb0ae76
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -20,6 +20,14 @@
{% load i18n %}
{% block submenu %}
{% if submenu %}
<div class="sidebar">
{% include "submenu.html" with menu=submenu %}
</div>
{% endif %}
{% endblock %}
{% block content %}
<h2>{% trans "Help" %}</h2>