mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
names: 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
1db28dba0e
commit
2a12e170ee
@ -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.
|
||||||
|
|||||||
@ -32,6 +32,7 @@ def index(request):
|
|||||||
return TemplateResponse(
|
return TemplateResponse(
|
||||||
request, 'names.html', {
|
request, 'names.html', {
|
||||||
'title': names.name,
|
'title': names.name,
|
||||||
|
'name': names.name,
|
||||||
'description': names.description,
|
'description': names.description,
|
||||||
'manual_page': names.manual_page,
|
'manual_page': names.manual_page,
|
||||||
'status': status
|
'status': status
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user