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:
Sunil Mohan Adapa 2019-11-27 00:11:01 -08:00 committed by James Valleroy
parent 6a4a941bb6
commit c2f372e94e
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ def index(request):
return TemplateResponse(
request, 'diagnostics.html', {
'title': diagnostics.name,
'name': diagnostics.name,
'description': diagnostics.description,
'is_running': _running_task is not None,
'manual_page': diagnostics.manual_page,

View File

@ -1,4 +1,4 @@
{% extends 'simple_app.html' %}
{% extends 'app.html' %}
{% comment %}
#
# This file is part of FreedomBox.