# HG changeset patch # User Nishanth Amuluru # Date 1294431357 -19800 # Node ID e346fd52baff93de895661ceb3e8f278648b6c65 # Parent ce5f3cdbd5450031f18b4b5f0e211afcef649e49 fixed a typo diff -r ce5f3cdbd545 -r e346fd52baff profile/views.py --- a/profile/views.py Sat Jan 08 01:45:34 2011 +0530 +++ b/profile/views.py Sat Jan 08 01:45:57 2011 +0530 @@ -40,7 +40,7 @@ if form.is_valid(): form.save() - return redirect("/accounts/profile/view") + return redirect("/profile/view") else: context.update({"form":form}) return render_to_response("profile/edit.html", context)