From 12325aaf20a3d09c952b06c3ddc09d509a038fe6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 1 Dec 2022 15:12:23 +0200 Subject: [PATCH] remove signup login-required messages until someone fixes scrolling --- files/templates/login/sign_up.html | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/files/templates/login/sign_up.html b/files/templates/login/sign_up.html index 5e63bd09c..5464c960f 100644 --- a/files/templates/login/sign_up.html +++ b/files/templates/login/sign_up.html @@ -26,35 +26,6 @@ {% block content %}
- {% if not ref_user and SITE_NAME == 'rDrama' and site_settings['login_required'] %} -

- Hiiiiii it’s your favorite user Carp! We’re currently on Login Required mode for one of a few reasons: -

-
    -
  1. The site is running really slowly and we think it might be miscreants up to no good, or
  2. -
  3. It’s our monthly 24 hours of login-required-mode to encourage lovely lurkers to become lovely new friends of ours, or
  4. -
  5. Someone clicked the toggle by mistake lol oops sorry!
  6. -
-

- But that’s all fine. Signing up is easy. It takes literally like 4 seconds if you’re slow. You don’t even need an email! Just pick a username, make up some neat new password where you replace all the e’s with 3s or whatever and bam, done, you’re in.
- Remember to click “Follow” on my profile! -

-

- I love you.
- xoxo carp 💋 -

-
- {% elif not ref_user and SITE_NAME == 'WPD' and site_settings['login_required'] %} -

- Hi you!watchpeopledie.tv is currently doing our monthly 24(ish) hours of "everyone needs to have an account" — sorry about that! But making an account is actually super easy. You don't even need an email address! Literally just pick a username, set a password, and that's that. Bam, done, like 8 seconds, tops.
-

-

- We WANT you with us 💖
- Please join! -

-
- {% endif %} -
{% if error %}
{{error}}
{% endif %}