forked from rDrama/rDrama
1
0
Fork 0

restore JC blurp (it was better)

master
Aevann 2023-08-24 01:06:08 +03:00
parent b0f256f8b6
commit 9a093579e2
1 changed files with 4 additions and 2 deletions

View File

@ -16,8 +16,10 @@
</div>
<div class="body w-lg-100">
<p>You're a {{TIER_TO_NAME[v.patron] if v.patron else "freeloader"}}!</p>{% if v.patron %} Thanks ily! &lt;3{% endif %}
{% if not v.patron %}
<p class="font-italic">To stop freeloading, support us <a href="/donate">here</a></p>
{% if not v.patron and v.truescore >= TRUESCORE_DONATE_MINIMUM %}
<p class="font-italic">To stop freeloading, first <a href="/settings/security#new_email">verify your email</a>, support us on <a href="{{DONATE_LINK}}">{{DONATE_SERVICE}}</a> with the same email, and click "Claim {{patron}} Rewards"</p>
{% elif not v.patron %}
<p class="font-italic">To stop freeloading, you can <a href="/donate">donate via crypto</a>. Please let us know first beforehand by <a href="/contact">sending us a modmail.</a> Thanks!</p>
{% endif %}
</div>
</div>