From 9ccdd26e3b06d3e99f9f26435d515d253535b2a3 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Wed, 13 Feb 2019 07:46:43 +0530 Subject: [PATCH] upgrades: Move subsubmenu below description Signed-off-by: Joseph Nuthalapati Reviewed-by: Sunil Mohan Adapa --- plinth/modules/upgrades/templates/upgrades.html | 2 +- plinth/modules/upgrades/templates/upgrades_configure.html | 2 +- plinth/modules/upgrades/views.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plinth/modules/upgrades/templates/upgrades.html b/plinth/modules/upgrades/templates/upgrades.html index 8536a05bd..a08381c9a 100644 --- a/plinth/modules/upgrades/templates/upgrades.html +++ b/plinth/modules/upgrades/templates/upgrades.html @@ -1,4 +1,4 @@ -{% extends 'simple_service.html' %} +{% extends 'service-subsubmenu.html' %} {% comment %} # # This file is part of FreedomBox. diff --git a/plinth/modules/upgrades/templates/upgrades_configure.html b/plinth/modules/upgrades/templates/upgrades_configure.html index e0d6f2e8c..6d162c2e8 100644 --- a/plinth/modules/upgrades/templates/upgrades_configure.html +++ b/plinth/modules/upgrades/templates/upgrades_configure.html @@ -1,4 +1,4 @@ -{% extends "simple_service.html" %} +{% extends "service-subsubmenu.html" %} {% comment %} # # This file is part of FreedomBox. diff --git a/plinth/modules/upgrades/views.py b/plinth/modules/upgrades/views.py index 9d1b4f621..2c8a3f2f2 100644 --- a/plinth/modules/upgrades/views.py +++ b/plinth/modules/upgrades/views.py @@ -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()