fixed a typo
authorNishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 01:45:57 +0530
changeset 63 e346fd52baff
parent 62 ce5f3cdbd545
child 64 4ee9a0f32f76
fixed a typo
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)