This commit is contained in:
Aevann1 2021-08-22 17:41:19 +02:00
parent 15f08c53e1
commit 04585e5dc9
2 changed files with 5 additions and 5 deletions

View file

@ -209,10 +209,10 @@ def themecolor(v):
@auth_required
@validate_formkey
def gumroad(v):
if not (v.email and v.is_activated):
return render_template("settings_profile.html",
v=v,
error="You must have to a verified email to verify patron status")
#if not (v.email and v.is_activated):
#return render_template("settings_profile.html",
#v=v,
#error="You must have to a verified email to verify patron status")
data = {
'access_token': GUMROAD_TOKEN,