snapshot: Fix title

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
James Valleroy 2020-05-04 14:16:31 -04:00 committed by Sunil Mohan Adapa
parent 9ed61200f2
commit b1780f5e09
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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
})