This commit is contained in:
Aevann1 2022-01-24 19:37:37 +02:00
parent cb4386b9b8
commit 1e83371849
19 changed files with 42 additions and 42 deletions

View file

@ -537,7 +537,7 @@ def settings_security_post(v):
if new_email == v.email:
return render_template("settings_security.html", v=v, error="That email is already yours!")
url = f"{request.host_url}activate"
url = f"{SITE_FULL}/activate"
now = int(time.time())