diff --git a/submissions/management/commands/send_refereeing_reminders.py b/submissions/management/commands/send_refereeing_reminders.py
index 0e98faa6cf6253a1c44f685d6e1659ae9fc3b1a5..7ffd95bb2e1f14fa5e2f29ffd926ddf1e698494f 100644
--- a/submissions/management/commands/send_refereeing_reminders.py
+++ b/submissions/management/commands/send_refereeing_reminders.py
@@ -56,7 +56,7 @@ class Command(BaseCommand):
                     mail_sender.send()
             # one week before refereeing deadline: auto email reminder to ref
             if workdays_between(timezone.now(), submission.reporting_deadline) == 5:
-                for invitation in submission.refereeing_invitations.in_process():
+                for invitation in submission.referee_invitations.in_process():
                     mail_sender = DirectMailUtil(
                         mail_code='referees/remind_referee_deadline_1week', instance=invitation)
                     mail_sender.send()
diff --git a/templates/email/eic/referee_unresponsive.html b/templates/email/eic/referee_unresponsive.html
index 173ab9cee974d56647cbe3775c4be462e4bf4449..97ca44d324acda8725858bd18019671938bc38a5 100644
--- a/templates/email/eic/referee_unresponsive.html
+++ b/templates/email/eic/referee_unresponsive.html
@@ -11,7 +11,7 @@
     has failed to respond to the invitation (after being sent {{invitation.nr_reminders}} reminders).
 </p>
 <p>
-  Unless you are confident that this referee will really deliver a Report, and to ensure that this Submission does not suffer from unnecessary delays in processing, you should ideally invite a replacement referee using the tols on the <a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a>.
+  Unless you are confident that this referee will really deliver a Report, and to ensure that this Submission does not suffer from unnecessary delays in processing, you should ideally invite a replacement referee using the tols on the <a href="https://scipost.org{% url 'submissions:editorial_page' invitation.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a>.
 </p>
 <p>
     We are very grateful for your prompt action.