]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/views/auth.py
Closing OSQA 91. Give admins a way to make users new admins or moderators.
[osqa.git] / forum / views / auth.py
index 62218e8197afe010410ab875fba90b8996d3f828..23059e2f7a11fda1f919047d5d732225bc6d6e94 100644 (file)
@@ -304,6 +304,7 @@ def auth_settings(request, id):
         })
 
     return render_to_response('auth/auth_settings.html', {
+        'user': user_,
         'form': form,
         'has_password': user_.has_usable_password(),
         'auth_keys': auth_keys_list,