author | Nishanth Amuluru <nishanth@fossee.in> |
Sat, 08 Jan 2011 01:45:57 +0530 | |
changeset 301 | e346fd52baff |
parent 300 | ce5f3cdbd545 |
child 302 | 4ee9a0f32f76 |
profile/views.py | file | annotate | diff | comparison | revisions |
--- 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)