From a52ba5fba4a6a5346b83a22d953558b65aa33d6e Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Mon, 24 Apr 2017 18:02:40 +0200
Subject: [PATCH] Correct email to ref typo

---
 scipost/utils.py     | 2 +-
 submissions/utils.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scipost/utils.py b/scipost/utils.py
index d87b0473c..bd8a5740f 100644
--- a/scipost/utils.py
+++ b/scipost/utils.py
@@ -328,7 +328,7 @@ class Utils(BaseMailUtil):
                 'response from you, ideally within the next 2 days.</p>'
                 '<p>If you are <strong>not</strong> able to provide a Report, '
                 'you can let us know by simply '
-                '<a href="https://scipost.org/submissions/decline_ref_invitation/{{ invitation_key }}>'
+                '<a href="https://scipost.org/submissions/decline_ref_invitation/{{ invitation_key }}">'
                 'clicking here</a>.</p>'
                 '<p>If you are able to provide a Report, you can confirm this after registering '
                 'and logging in (you will automatically be prompted for a confirmation).</p>'
diff --git a/submissions/utils.py b/submissions/utils.py
index 4ba61dfe7..9a74a0923 100644
--- a/submissions/utils.py
+++ b/submissions/utils.py
@@ -768,7 +768,7 @@ class SubmissionUtils(BaseMailUtil):
             'ideally within the next 2 days.</p>'
             '<p>If you are <strong>not</strong> able to provide a Report, '
             'you can quickly let us know by simply '
-            '<a href="https://scipost.org/decline_ref_invitation/{{ invitation_key }}>'
+            '<a href="https://scipost.org/decline_ref_invitation/{{ invitation_key }}">'
             'clicking here</a>.</p>'
             '<p>If you are able to provide a Report, you can confirm this after registering '
             'and logging in (you will automatically be prompted for a confirmation). '
-- 
GitLab