fsd
This commit is contained in:
parent
7cbc6053ae
commit
3f3131ebad
8 changed files with 19 additions and 34 deletions
|
@ -542,7 +542,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