change default dues from 10 to 0

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-01 21:15:21 +02:00
parent 619a7bf0ec
commit 3306f94fc5
2 changed files with 2 additions and 2 deletions

2
env
View File

@ -23,7 +23,7 @@ GUMROAD_LINK=https://marsey1.gumroad.com/l/rdrama
GUMROAD_ID=rdrama
CARD_VIEW=0
DISABLE_DOWNVOTES=0
DUES=10
DUES=0
DEFAULT_THEME=midnight
DEFAULT_COLOR=ff66ac
MAIL_USERNAME=blahblahblah@gmail.com

View File

@ -181,7 +181,7 @@
{% if FEATURES['COUNTRY_CLUB'] -%}
<div class="custom-control custom-checkbox">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="post-club" name="club" onchange="savetext()">
<label class="custom-control-label" for="post-club">{{CC_TITLE}} thread {% if dues <= 0 %}(Hides threads from logged-out users){% endif %}</label>
<label class="custom-control-label" for="post-club">{{CC_TITLE}} thread {% if dues <= 0 %}(hides threads from logged-out users){% endif %}</label>
</div>
{%- endif %}