This commit is contained in:
Aevann1 2021-10-09 09:22:52 +02:00
parent dbf3006e2f
commit e3d9c2a509
17 changed files with 44 additions and 44 deletions

View file

@ -288,7 +288,7 @@ def themecolor(v):
@auth_required
@validate_formkey
def gumroad(v):
if 'rdrama' in request.host: patron = 'Paypig'
if 'rama' in request.host: patron = 'Paypig'
else: patron = 'Patron'
if not (v.email and v.is_activated): return {"error": f"You must have a verified email to verify {patron} status and claim your rewards"}, 400