add simple account view
This commit is contained in:
parent
eb75c9b475
commit
460bacb099
2 changed files with 19 additions and 2 deletions
|
@ -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', {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue