Cleans up formatting on about page
This commit is contained in:
parent
b4d9cdbe98
commit
fcc0e0ccb6
5 changed files with 46 additions and 42 deletions
|
@ -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 '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue