From afc48c03a67ff16e1a9130384334bbf8d7996701 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 22 Aug 2021 17:41:19 +0200 Subject: [PATCH] fggf --- files/routes/settings.py | 8 ++++---- files/templates/settings_security.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 @@