diff options
Diffstat (limited to 'views/accounts.py')
-rw-r--r-- | views/accounts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/accounts.py b/views/accounts.py index b79943d..f586c04 100644 --- a/views/accounts.py +++ b/views/accounts.py @@ -70,7 +70,7 @@ def user_profile(request, user_email = None): def user_registration(request): if request.user.is_authenticated(): - # Already registed, redirect back to home page + # Already registered, redirect back to index page return redirect('index') if request.POST: |