mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
snapshot: Fix title
Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
9ed61200f2
commit
b1780f5e09
@ -62,7 +62,7 @@ def index(request):
|
|||||||
return TemplateResponse(
|
return TemplateResponse(
|
||||||
request, 'snapshot.html', {
|
request, 'snapshot.html', {
|
||||||
'app_info': snapshot_module.app.info,
|
'app_info': snapshot_module.app.info,
|
||||||
'title': snapshot_module.app.info,
|
'title': snapshot_module.app.info.name,
|
||||||
'subsubmenu': subsubmenu,
|
'subsubmenu': subsubmenu,
|
||||||
'form': form
|
'form': form
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user