vcvc
This commit is contained in:
parent
cb4386b9b8
commit
1e83371849
19 changed files with 42 additions and 42 deletions
|
@ -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())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue