diff --git a/scipost/utils.py b/scipost/utils.py index 871216dbc34aeb03cd3814a4c20a18b998cb5065..4e8236490f9f1dad43085a23b5d069b389b000f6 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>'