From 8b54b89bed1fc664518858f94731535c8aa1d384 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Wed, 21 Sep 2016 11:40:06 +0200
Subject: [PATCH] Correct bug in activation html email: key missing

---
 scipost/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost/utils.py b/scipost/utils.py
index 704f87d70..057a5eef5 100644
--- a/scipost/utils.py
+++ b/scipost/utils.py
@@ -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>')
-- 
GitLab