diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index d1837615a..0ccbdc142 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -7,52 +7,50 @@

Theme

-
-
- -
-
-
- - -
- Enable if you would like to display images and videos in full size on the frontpage. +
+
+ +
+
+
+ +
+ Enable if you would like to display images and videos in full size on the frontpage. +
+
+ +
+
+
- -
-
- -
- -
-
- - -
- Enable if you would like to highlight comments made after the last time you visited a thread. +
+
+ +
+ Enable if you would like to highlight comments made after the last time you visited a thread.
+
- -
-
- -
-
-

Change the theme for the website.

-
- + {% for entry in THEMES %} + + {% endfor %} -
- Themes are not officially supported. If you run into an issue, please report it or submit a pull request.
+ Themes are not officially supported. If you run into an issue, please report it or submit a pull request. +
@@ -77,8 +75,8 @@
-

Profile Banner

+

Profile Banner

@@ -112,204 +110,197 @@ - {{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.{% elif v.referral_count<10 %} When you refer 10 friends, you'll receive the silver recruitment badge.{% elif v.referral_count<100 %} When you refer 100 friends, you'll receive the gold recruitment badge.{% endif %}
-
+
-
- -

RSS Feed

-

Subscribe to the {{SITE_TITLE}} RSS feed.

-
-
-
- -
You can change the feed by replacing "new" with whatever sorting you want and "all" with whatever time filter you want.
-
+
+ Share this link with a friend. {% if v.referral_count==0 %} When they sign up, you'll get the bronze recruitment badge.{% elif v.referral_count<10 %} When you refer 10 friends, you'll receive the silver recruitment badge.{% elif v.referral_count<100 %} When you refer 100 friends, you'll receive the gold recruitment badge.{% endif %}
- -

Your Profile

-

Edit how others see you on {{SITE_TITLE}}.

-
-
- -
-

Your original username will always stay reserved for you: {{v.original_username}}

- -
- {{forms.formkey(v)}} - - 3-25 characters, including letters, numbers, _ , and - -
- -
-
-
-
- -
- -
-
- {{forms.formkey(v)}} - -
- Limit of 100 characters - -
-
-
-
- -
- -
-
- {{forms.formkey(v)}} - - {% for titlecolor in COLORS %} - - - {% endfor %} -
-
- -

Or type a color code:

-
-
- {{forms.formkey(v)}} - - -
-
- -
- - {% if v.verified %} -
- -
-
- {{forms.formkey(v)}} - - {% for verifiedcolor in COLORS %} - - - {% endfor %} - -
- -
- -

Or type a color code:

-
-
- {{forms.formkey(v)}} - - -
-
- -
- {% endif %} - -
- -
-
- {{forms.formkey(v)}} -
- -
-
- -   - -   - -   - -   - -
-

-										
- Limit of 1500 characters - -
-
-
-
- -
- -
-
- {{forms.formkey(v)}} -
- -
-

-										
- Limit of 500 characters - -
-
-
-
- -
-
- -
-
-
- - -
- 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.) -
-
-
-
- -
-
-
- - -
- Prevent other users from following you. -
-
-
-
+ + +

RSS Feed

+

Subscribe to the {{SITE_TITLE}} RSS feed.

+
+
+
+ +
You can change the feed by replacing "new" with whatever sorting you want and "all" with whatever time filter you want.
+
+
+
+ +

Your Profile

+

Edit how others see you on {{SITE_TITLE}}.

+
+
+ +
+

Your original username will always stay reserved for you: {{v.original_username}}

+
+ {{forms.formkey(v)}} + + 3-25 characters, including letters, numbers, _ , and - +
+ +
+
+
+
+ +
+ +
+
+ {{forms.formkey(v)}} + +
+ Limit of 100 characters + +
+
+
+
+ +
+ +
+
+ {{forms.formkey(v)}} + + {% for titlecolor in COLORS %} + + + {% endfor %} +
+
+ +

Or type a color code:

+
+
+ {{forms.formkey(v)}} + + +
+
+
+ + {% if v.verified %} +
+ +
+
+ {{forms.formkey(v)}} + {% for verifiedcolor in COLORS %} + + + {% endfor %} +
+
+ +

Or type a color code:

+
+
+ {{forms.formkey(v)}} + + +
+
+
+ {% endif %} + +
+ +
+
+ {{forms.formkey(v)}} +
+ +
+
+ +   + +   + +   + +   + +
+

+							
+ Limit of 1500 characters + +
+
+
+
+ +
+ +
+
+ {{forms.formkey(v)}} +
+ +
+

+							
+ Limit of 500 characters + +
+
+
+
+
+
+ +
+
+
+ + +
+ 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.) +
+
+
+
+ +
+
+
+ + +
+ Prevent other users from following you. +
+
+
- {% endblock %}