mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +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 %}
|
||||
#
|
||||
# This file is part of FreedomBox.
|
||||
|
||||
@ -32,6 +32,7 @@ def index(request):
|
||||
return TemplateResponse(
|
||||
request, 'names.html', {
|
||||
'title': names.name,
|
||||
'name': names.name,
|
||||
'description': names.description,
|
||||
'manual_page': names.manual_page,
|
||||
'status': status
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user