mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
power: Use app.html instead of simple_app.html
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
2a12e170ee
commit
ece2dd5e57
@ -1,4 +1,4 @@
|
||||
{% extends "simple_app.html" %}
|
||||
{% extends "app.html" %}
|
||||
{% comment %}
|
||||
#
|
||||
# This file is part of FreedomBox.
|
||||
|
||||
@ -33,6 +33,7 @@ def index(request):
|
||||
return TemplateResponse(
|
||||
request, 'power.html', {
|
||||
'title': power.name,
|
||||
'name': power.name,
|
||||
'description': power.description,
|
||||
'manual_page': power.manual_page,
|
||||
'pkg_manager_is_busy': _is_pkg_manager_busy()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user