From debf3023cad6a57a56c0b0b33fb0678cd8b2bb3a Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sun, 23 Apr 2017 11:20:26 +0200
Subject: [PATCH] Fix broken link in ref inv email to unreg

---
 scipost/utils.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scipost/utils.py b/scipost/utils.py
index 871216dbc..4e8236490 100644
--- a/scipost/utils.py
+++ b/scipost/utils.py
@@ -308,7 +308,7 @@ class Utils(BaseMailUtil):
                 'we would appreciate a quick accept/decline '
                 'response from you, ideally within the next 2 days.\n\n'
                 'If you are not able to provide a Report, you can let us know by simply '
-                'navigating to \n\nhttps://scipost.org/decline_ref_invitation/'
+                'navigating to \n\nhttps://scipost.org/submissions/decline_ref_invitation/'
                 + cls.invitation.invitation_key + '\n\n'
                 '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).\n\n'
@@ -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/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>'
-- 
GitLab