Cleans up formatting on about page

This commit is contained in:
Mouse Reeve
2021-02-23 19:58:04 -08:00
parent b4d9cdbe98
commit fcc0e0ccb6
5 changed files with 46 additions and 42 deletions

View File

@ -16,7 +16,7 @@ class About(View):
data = {
'title': 'About',
}
return TemplateResponse(request, 'about.html', data)
return TemplateResponse(request, 'discover/about.html', data)
class Home(View):
''' discover page or home feed depending on auth '''