From d51e63ecef9e7aa6d7d4fae93229e81789e35662 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 1 Oct 2019 21:38:46 -0700 Subject: [PATCH] pagekite: Use app.html instead of app-subsubmenu.html Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/pagekite/templates/pagekite_base.html | 2 +- plinth/modules/pagekite/views.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plinth/modules/pagekite/templates/pagekite_base.html b/plinth/modules/pagekite/templates/pagekite_base.html index ad517a9cd..586393acc 100644 --- a/plinth/modules/pagekite/templates/pagekite_base.html +++ b/plinth/modules/pagekite/templates/pagekite_base.html @@ -1,4 +1,4 @@ -{% extends "app-subsubmenu.html" %} +{% extends "app.html" %} {% comment %} # # This file is part of FreedomBox. diff --git a/plinth/modules/pagekite/views.py b/plinth/modules/pagekite/views.py index eef3bac41..7b892576f 100644 --- a/plinth/modules/pagekite/views.py +++ b/plinth/modules/pagekite/views.py @@ -51,6 +51,7 @@ class ContextMixin(object): """Use self.title and the module-level subsubmenu""" context = super(ContextMixin, self).get_context_data(**kwargs) context['title'] = pagekite.name + context['name'] = pagekite.name context['description'] = pagekite.description context['manual_page'] = pagekite.manual_page context['subsubmenu'] = subsubmenu