diff --git a/cps/templates/user_edit.html b/cps/templates/user_edit.html index 6eeb069c..cc83a1b5 100644 --- a/cps/templates/user_edit.html +++ b/cps/templates/user_edit.html @@ -47,7 +47,7 @@ {% endfor %} - {% if registered_oauth.keys()| length > 0 and not new_user %} + {% if registered_oauth.keys()| length > 0 and not new_user and profile %} {% for id, name in registered_oauth.items() %}