This commit is contained in:
Aevann1 2021-09-17 10:55:55 +02:00
parent fdeb1e997b
commit 06669e9d4e
8 changed files with 32 additions and 40 deletions

View file

@ -96,5 +96,6 @@ def activate(v):
g.db.add(mail_badge)
g.db.add(user)
g.db.commit()
return render_template("message_success.html", v=v, title="Email verified.", message=f"Your email {email} has been verified. Thank you.")