From e2fbf1a5ad938d6b9f3712c699d61e829eca3cd5 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 06:59:28 -0600 Subject: [PATCH] fix --- files/templates/settings_profile.html | 40 ++++++++++++++------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index 1fbc4c02e..fa028d6d7 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -122,26 +122,28 @@ --> -
+

Linked accounts

-
- {% if v.discord_id %} -
- - -
-

- Disconnecting your Discord account will remove you from the {{'SITE_NAME' | app_config}} Discord server. -

- {% else %} - - - Link Discord - -

- Link your Discord account to join the {{'SITE_NAME' | app_config}} Discord server. -

- {% endif %} +
+
+ {% if v.discord_id %} +
+ + +
+

+ Disconnecting your Discord account will remove you from the {{'SITE_NAME' | app_config}} Discord server. +

+ {% else %} + + + Link Discord + +

+ Link your Discord account to join the {{'SITE_NAME' | app_config}} Discord server. +

+ {% endif %} +