Changed from key-notation to dot-notation in edit_profile

This commit is contained in:
Joar Wandborg 2012-03-08 01:02:40 +01:00
parent 4dbf16be33
commit 703d09b985

View File

@ -174,7 +174,7 @@ def edit_profile(request):
_("Profile changes saved"))
return redirect(request,
'mediagoblin.user_pages.user_home',
user=user['username'])
user=user.username)
return render_to_response(
request,