mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +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 %}
|
{% comment %}
|
||||||
#
|
#
|
||||||
# This file is part of FreedomBox.
|
# This file is part of FreedomBox.
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{% extends "simple_service.html" %}
|
{% extends "service-subsubmenu.html" %}
|
||||||
{% comment %}
|
{% comment %}
|
||||||
#
|
#
|
||||||
# This file is part of FreedomBox.
|
# This file is part of FreedomBox.
|
||||||
|
|||||||
@ -119,6 +119,7 @@ def upgrade(request):
|
|||||||
request, 'upgrades.html', {
|
request, 'upgrades.html', {
|
||||||
'title': upgrades.name,
|
'title': upgrades.name,
|
||||||
'description': upgrades.description,
|
'description': upgrades.description,
|
||||||
|
'manual_page': upgrades.manual_page,
|
||||||
'subsubmenu': subsubmenu,
|
'subsubmenu': subsubmenu,
|
||||||
'is_busy': is_busy,
|
'is_busy': is_busy,
|
||||||
'log': get_log()
|
'log': get_log()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user