upgrades: Move subsubmenu below description

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2019-02-13 07:46:43 +05:30 committed by Sunil Mohan Adapa
parent a4e01eb629
commit 9ccdd26e3b
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% extends 'simple_service.html' %}
{% extends 'service-subsubmenu.html' %}
{% comment %}
#
# This file is part of FreedomBox.

View File

@ -1,4 +1,4 @@
{% extends "simple_service.html" %}
{% extends "service-subsubmenu.html" %}
{% comment %}
#
# This file is part of FreedomBox.

View File

@ -119,6 +119,7 @@ def upgrade(request):
request, 'upgrades.html', {
'title': upgrades.name,
'description': upgrades.description,
'manual_page': upgrades.manual_page,
'subsubmenu': subsubmenu,
'is_busy': is_busy,
'log': get_log()