diff --git a/lifemonitor/auth/templates/auth/account_tab.j2 b/lifemonitor/auth/templates/auth/account_tab.j2 index 01a40627..2cd4daec 100644 --- a/lifemonitor/auth/templates/auth/account_tab.j2 +++ b/lifemonitor/auth/templates/auth/account_tab.j2 @@ -8,63 +8,62 @@

Connected accounts

-
- - - - - - - - - - - {% for user_identity in user_identities %} - - - - - {% if user_identity.identity %} - - {% else %} - - {% endif %} - - {% endfor %} - +
+
ProviderUser ID
- {{ macros.render_provider_fa_icon(user_identity.provider, color="black") }} - - {{user_identity.provider.name}} - - {% if user_identity.identity %} -
- {{ user_identity.identity.provider_user_id }} -
- - {% endif %} -
- {% if current_user.oauth_identity|length > 1 or current_user.has_password %} - - CONNECTED - - - {% else %} - CONNECTED - {% endif %} - - - - CONNECT - - -
+ + + + + + + + + + {% for user_identity in user_identities %} + + + + + + + {% endfor %} +
ProviderUser ID
+ {{ macros.render_provider_fa_icon(user_identity.provider, color="black") }} + + {{user_identity.provider.name}} + + {% if user_identity.identity %} +
+ {{ user_identity.identity.provider_user_id }} +
+ + {% endif %} +
+ {% if user_identity.identity %} + {% if current_user.oauth_identity|length > 1 or current_user.has_password %} + + CONNECTED + + + {% else %} + CONNECTED + + {% endif %} + {% else %} + + CONNECT + + + {% endif %} +
diff --git a/lifemonitor/auth/templates/auth/profile.j2 b/lifemonitor/auth/templates/auth/profile.j2 index 34da6724..41a64641 100644 --- a/lifemonitor/auth/templates/auth/profile.j2 +++ b/lifemonitor/auth/templates/auth/profile.j2 @@ -40,7 +40,7 @@
-