SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 8b54b89b authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct bug in activation html email: key missing

parent 68f45800
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ class Utils(object):
'\n<p>Your request for registration to the SciPost publication portal'
' has been received. You now need to validate your email by visiting '
'this link within the next 48 hours:</p>'
'<p><a href="https://scipost.org/activation/{{ actiation_key }}">'
'<p><a href="https://scipost.org/activation/{{ activation_key }}">'
'Activate your account</a></p>'
'\n<p>Your registration will thereafter be vetted. Many thanks for your interest.</p>'
'<p>The SciPost Team.</p>')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment