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 @@
- | Provider | -User 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 %} -
+ | Provider | +User 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 %} + | +