backups: Move subsubmenu below description

Closes: #1466.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-01-30 16:38:21 -08:00 committed by James Valleroy
parent 8da5b21d80
commit 3be15a87e6
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 9 deletions

View File

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "service-subsubmenu.html" %}
{% comment %}
#
# This file is part of FreedomBox.
@ -42,13 +42,7 @@
</style>
{% endblock %}
{% block content %}
<h2>{{ title }}</h2>
{% for paragraph in description %}
<p>{{ paragraph|safe }}</p>
{% endfor %}
{% block configuration %}
<h3>{% trans 'Existing backups' %}</h3>

View File

@ -60,4 +60,3 @@
{% endblock %}
</div>
{% endblock %}