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