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()