mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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 %}
|
{% load i18n %}
|
||||||
|
|
||||||
|
{% block submenu %}
|
||||||
|
{% if submenu %}
|
||||||
|
<div class="sidebar">
|
||||||
|
{% include "submenu.html" with menu=submenu %}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<h2>{% trans "Help" %}</h2>
|
<h2>{% trans "Help" %}</h2>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user