LGB enable gumroad

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-23 16:29:49 +02:00
parent 59faca9892
commit bcda8a9a5a
2 changed files with 2 additions and 2 deletions

View File

@ -333,7 +333,7 @@ elif SITE == 'lgbdropthet.com':
PERMS['USER_FOLLOWS_VISIBLE'] = 2 PERMS['USER_FOLLOWS_VISIBLE'] = 2
PERMS['USER_VOTERS_VISIBLE'] = 2 PERMS['USER_VOTERS_VISIBLE'] = 2
FEATURES['PROCOINS'] = False FEATURES['PROCOINS'] = True
FEATURES['AWARDS'] = False FEATURES['AWARDS'] = False
FEATURES['CHAT'] = False FEATURES['CHAT'] = False
FEATURES['COUNTRY_CLUB'] = False FEATURES['COUNTRY_CLUB'] = False

View File

@ -14,7 +14,7 @@
<h1 class="h5">401 Not Authorized</h1> <h1 class="h5">401 Not Authorized</h1>
<p class="text-muted">This page is only available to {% if SITE_NAME == 'rDrama' %}paypigs{% else %}patrons{% endif %}:</p> <p class="text-muted">This page is only available to {% if SITE_NAME == 'rDrama' %}paypigs{% else %}patrons{% endif %}:</p>
{% if FEATURES['PROCOINS'] -%} {% if FEATURES['PROCOINS'] -%}
<a rel="nofollow noopener noreferrer" href="{{GUMROAD_LINK}}">{{GUMROAD_LINK}}</a> <a rel="nofollow noopener noreferrer" href="{{GUMROAD_LINK}}">{{GUMROAD_LINK}}</a>
{%- endif %} {%- endif %}
</div> </div>
</div> </div>