mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
diagnostics: 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
6a4a941bb6
commit
c2f372e94e
@ -45,6 +45,7 @@ def index(request):
|
|||||||
return TemplateResponse(
|
return TemplateResponse(
|
||||||
request, 'diagnostics.html', {
|
request, 'diagnostics.html', {
|
||||||
'title': diagnostics.name,
|
'title': diagnostics.name,
|
||||||
|
'name': diagnostics.name,
|
||||||
'description': diagnostics.description,
|
'description': diagnostics.description,
|
||||||
'is_running': _running_task is not None,
|
'is_running': _running_task is not None,
|
||||||
'manual_page': diagnostics.manual_page,
|
'manual_page': diagnostics.manual_page,
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{% extends 'simple_app.html' %}
|
{% extends 'app.html' %}
|
||||||
{% comment %}
|
{% comment %}
|
||||||
#
|
#
|
||||||
# This file is part of FreedomBox.
|
# This file is part of FreedomBox.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user