mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
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:
parent
a4e01eb629
commit
9ccdd26e3b
@ -1,4 +1,4 @@
|
||||
{% extends 'simple_service.html' %}
|
||||
{% extends 'service-subsubmenu.html' %}
|
||||
{% comment %}
|
||||
#
|
||||
# This file is part of FreedomBox.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{% extends "simple_service.html" %}
|
||||
{% extends "service-subsubmenu.html" %}
|
||||
{% comment %}
|
||||
#
|
||||
# This file is part of FreedomBox.
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user