From e7c9b9e49100fee2f03cb1c7f2783a33df65ab28 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Fri, 18 Jan 2019 17:39:37 +0100
Subject: [PATCH] Add proper link to resubmission page

---
 .../templates/partials/scipost/personal_page/submissions.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost/templates/partials/scipost/personal_page/submissions.html b/scipost/templates/partials/scipost/personal_page/submissions.html
index c46d0f976..b1a6975a4 100644
--- a/scipost/templates/partials/scipost/personal_page/submissions.html
+++ b/scipost/templates/partials/scipost/personal_page/submissions.html
@@ -31,7 +31,7 @@
                         <p class="card-text mt-1">
 			  <ul>
                             {% if sub.open_for_resubmission %}
-                            <li><a href="{% url 'submissions:prefill_using_identifier' %}?identifier={{ sub.preprint.identifier_wo_vn_nr }}">Resubmit this manuscript</a></li>
+                            <li>To resubmit, go to the <a href="{% url 'submissions:resubmit_manuscript' %}">resubmission page</a></li>
                             {% endif %}
 			    {% if sub.under_consideration %}
                             {% if sub.editor_in_charge %}
-- 
GitLab