mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
pagekite: Use app.html instead of app-subsubmenu.html
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
d6c0b98375
commit
d51e63ecef
@ -1,4 +1,4 @@
|
|||||||
{% extends "app-subsubmenu.html" %}
|
{% extends "app.html" %}
|
||||||
{% comment %}
|
{% comment %}
|
||||||
#
|
#
|
||||||
# This file is part of FreedomBox.
|
# This file is part of FreedomBox.
|
||||||
|
|||||||
@ -51,6 +51,7 @@ class ContextMixin(object):
|
|||||||
"""Use self.title and the module-level subsubmenu"""
|
"""Use self.title and the module-level subsubmenu"""
|
||||||
context = super(ContextMixin, self).get_context_data(**kwargs)
|
context = super(ContextMixin, self).get_context_data(**kwargs)
|
||||||
context['title'] = pagekite.name
|
context['title'] = pagekite.name
|
||||||
|
context['name'] = pagekite.name
|
||||||
context['description'] = pagekite.description
|
context['description'] = pagekite.description
|
||||||
context['manual_page'] = pagekite.manual_page
|
context['manual_page'] = pagekite.manual_page
|
||||||
context['subsubmenu'] = subsubmenu
|
context['subsubmenu'] = subsubmenu
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user