mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
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:
parent
f0f2d21562
commit
d41bb0ae76
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user