X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/731bd8d097522b5380d52a1ff452290e8ffac78c..82cab8e19aff9e3f0aad4ebc7168a4bd241d0efe:/forum/views/auth.py diff --git a/forum/views/auth.py b/forum/views/auth.py index 62218e8..23059e2 100644 --- a/forum/views/auth.py +++ b/forum/views/auth.py @@ -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,