uses new 'username' variable in querystring to specify the user to edit
authorCaleb Forbes Davis V <caldavis@gmail.com>
Sun, 3 Jul 2011 07:43:57 +0000 (02:43 -0500)
committerCaleb Forbes Davis V <caldavis@gmail.com>
Sun, 3 Jul 2011 07:56:00 +0000 (02:56 -0500)
commita0cf14fe7cbfe013a9973ad72a7bbd662656c9c9
treed9efa7be7c6fe3f6b88e83d1443271509f104a71
parente192d7b7a55efdfd2f50f5d068a0dfa484e152fa
uses new 'username' variable in querystring to specify the user to edit

Previously, this view only allowed editing of the logged-in user. Now you
  can specify the user to edit in the querystring. If you are an admin the
  view allows you to edit any user's profile, with a warning message. The
  warning only shows up if the admin is editing another user's profile.

Make sure to pass the username to this view at every step in the process
mediagoblin/edit/views.py
mediagoblin/templates/mediagoblin/edit/edit_profile.html