From eef45e5ae60871af712c13d83dfdbec4618b5e85 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sun, 6 Nov 2022 02:11:34 -0600 Subject: [PATCH] settings: fix referral section settings: fix bug with song --- files/templates/settings_personal.html | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/files/templates/settings_personal.html b/files/templates/settings_personal.html index f0cfbb56d..b0db4afc1 100644 --- a/files/templates/settings_personal.html +++ b/files/templates/settings_personal.html @@ -241,7 +241,7 @@
-
+

You can use an MP3 file or a YouTube video.

@@ -269,7 +269,6 @@ {{text_area_section('profile-friends', '/settings/profile', 'friends', 'Limit of 500 characters', 'Enter your friends on the site...', false, false, 500, true)}} {{text_area_section('profile-enemies', '/settings/profile', 'enemies', 'Limit of 500 characters', 'Enter your enemies on the site...', false, false, 500, true)}} {{text_area_section('profile-signature', '/settings/profile', 'sig', 'Limit of 200 characters', 'Enter a signature...', true, false, 200, v.patron or v.sig)}} - {# toggle_section(title, id, name, flag, below_text) #} {{common.toggle_section('Private Mode', 'privateswitch', 'private', v.is_private, 'This will hide your post and comment history from others. We will also ask search engines to not index your profile page. (Your content will still be accessible via direct link.)')}} {{common.toggle_section('Spider', 'spiderswitch', 'spider', v.spider, 'Have a spider friend accompany you during your journey on the site.')}}
@@ -284,17 +283,19 @@
Refer a Friend!
-
- -
-
-
- - - {{v.referral_count}} - +
+
+ +
+
+
+ + + {{v.referral_count}} + +
+
Share this link with a friend. {% if v.referral_count==0 %} When they sign up, you'll get the bronze recruitment badge. Learn more.{% elif v.referral_count<10 %} When you refer 10 friends, you'll receive the silver recruitment badge. Learn more.{% elif v.referral_count<100 %} When you refer 100 friends, you'll receive the gold recruitment badge. Learn more.{% endif %}
-
Share this link with a friend. {% if v.referral_count==0 %} When they sign up, you'll get the bronze recruitment badge. Learn more.{% elif v.referral_count<10 %} When you refer 10 friends, you'll receive the silver recruitment badge. Learn more.{% elif v.referral_count<100 %} When you refer 100 friends, you'll receive the gold recruitment badge. Learn more.{% endif %}