diff --git a/files/templates/donate.html b/files/templates/donate.html index 45064ecc7..5954ef83a 100644 --- a/files/templates/donate.html +++ b/files/templates/donate.html @@ -6,10 +6,12 @@
{{DONATE_SERVICE}} | -{{DONATE_LINK}} | -
{{DONATE_SERVICE}} | +{{DONATE_LINK}} | +
Merch | https://redbubble.com/people/rdramanet/explore?sortOrder=top%20selling | @@ -25,7 +27,7 @@
You're a {{TIER_TO_NAME[v.patron] if v.patron else "freeloader"}}!
{% if v.patron %} Thanks ily! <3{% endif %} - {% if not v.patron and v.truescore >= TRUESCORE_DONATE_MINIMUM %} + {% if not v.patron and v.truescore >= TRUESCORE_DONATE_MINIMUM and DONATE_SERVICE != DEFAULT_CONFIG_VALUE %}To stop freeloading, first verify your email, support us on {{DONATE_SERVICE}} with the same email, and click "Claim {{patron}} Rewards"
{% elif not v.patron %}To stop freeloading, you can donate via crypto. Please let us know first beforehand by sending us a modmail. Thanks!
diff --git a/files/templates/settings/security.html b/files/templates/settings/security.html index 01daa5085..23f0f16bd 100644 --- a/files/templates/settings/security.html +++ b/files/templates/settings/security.html @@ -43,12 +43,9 @@ {% endif %}