From 2a12e170eede172ccc6a312857df5732a18f9ec6 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 27 Nov 2019 00:13:49 -0800 Subject: [PATCH] names: Use app.html instead of simple_app.html Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/names/templates/names.html | 2 +- plinth/modules/names/views.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plinth/modules/names/templates/names.html b/plinth/modules/names/templates/names.html index 11cdb7202..9b3cc0591 100644 --- a/plinth/modules/names/templates/names.html +++ b/plinth/modules/names/templates/names.html @@ -1,4 +1,4 @@ -{% extends "simple_app.html" %} +{% extends "app.html" %} {% comment %} # # This file is part of FreedomBox. diff --git a/plinth/modules/names/views.py b/plinth/modules/names/views.py index 103768a33..64bcd211c 100644 --- a/plinth/modules/names/views.py +++ b/plinth/modules/names/views.py @@ -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