Update main.py
This commit is contained in:
parent
08993de551
commit
9defe8109a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def index() -> Response:
|
||||||
|
|
||||||
if user_captcha and user_captcha.upper() == session.get('captcha'):
|
if user_captcha and user_captcha.upper() == session.get('captcha'):
|
||||||
if process_emails(mail_address=email,container_name_mongo=container_name_mongo,port_mongo=port_mongo,container_name_overleaf=container_name_overleaf):
|
if process_emails(mail_address=email,container_name_mongo=container_name_mongo,port_mongo=port_mongo,container_name_overleaf=container_name_overleaf):
|
||||||
return f"A email was sent to {email}. Please click the activation link. Please check your spam folder!"
|
return f"A email was sent to {email}. Please click the activation link. Please check your spam folder! <p> <a href='https://overleaf.neuro.uni-bremen.de/'>Back to the overleaf site...</a>"
|
||||||
else:
|
else:
|
||||||
return f"We couldn't register your email {email}."
|
return f"We couldn't register your email {email}."
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue