aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2012-03-08 01:02:40 +0100
committerJoar Wandborg <git@wandborg.com>2012-03-08 01:02:40 +0100
commit703d09b9854087bbe620cb8f514e04d2447888ae (patch)
tree9ac8e2a3f09fdf86c193d607dcc57a1fa65047d7
parent4dbf16be33c93d91dcdc2343ccbde3c1b379543b (diff)
downloadmediagoblin-703d09b9854087bbe620cb8f514e04d2447888ae.tar.lz
mediagoblin-703d09b9854087bbe620cb8f514e04d2447888ae.tar.xz
mediagoblin-703d09b9854087bbe620cb8f514e04d2447888ae.zip
Changed from key-notation to dot-notation in edit_profile
-rw-r--r--mediagoblin/edit/views.py2
1 files changed, 1 insertions, 1 deletions
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,