diff -r 4dfcc826b241 -r b1245d75938d profile/views.py --- a/profile/views.py Fri Jan 07 11:19:36 2011 +0530 +++ b/profile/views.py Fri Jan 07 11:25:21 2011 +0530 @@ -12,4 +12,4 @@ context = {"user": user, "profile": profile, } - return render_to_response("/profile/view.html", context) + return render_to_response("profile/view.html", context)