add simple account view

This commit is contained in:
Laura Klünder 2017-12-07 13:19:15 +01:00
parent eb75c9b475
commit 460bacb099
2 changed files with 19 additions and 2 deletions

View file

@ -151,5 +151,4 @@ def logout_view(request):
@never_cache
@login_required(login_url='site.login')
def account_view(request):
# todo: show account info here
pass
return render(request, 'site/account.html', {})