mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +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(
|
||||
request, 'snapshot.html', {
|
||||
'app_info': snapshot_module.app.info,
|
||||
'title': snapshot_module.app.info,
|
||||
'title': snapshot_module.app.info.name,
|
||||
'subsubmenu': subsubmenu,
|
||||
'form': form
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user