From: Joar Wandborg Date: Thu, 8 Mar 2012 00:02:40 +0000 (+0100) Subject: Changed from key-notation to dot-notation in edit_profile X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=703d09b9854087bbe620cb8f514e04d2447888ae;p=mediagoblin.git Changed from key-notation to dot-notation in edit_profile --- diff --git a/mediagoblin/edit/views.py b/mediagoblin/edit/views.py index 2df8f9ab..2bcb5694 100644 --- a/mediagoblin/edit/views.py +++ b/mediagoblin/edit/views.py @@ -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,