From 89ecc99dd7e8875807c6fae142ea55fb03bf82d2 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Sun, 1 Jul 2012 19:54:42 -0400 Subject: CSS Styling continued --- views/accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/accounts.py') 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: -- cgit