diff --git a/files/routes/settings.py b/files/routes/settings.py index f3d98459a..9190d6217 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -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, diff --git a/files/templates/settings_security.html b/files/templates/settings_security.html index e468933e6..80bd6a5a4 100644 --- a/files/templates/settings_security.html +++ b/files/templates/settings_security.html @@ -138,7 +138,7 @@