diff --git a/submissions/templates/submissions/pool/editorial_page.html b/submissions/templates/submissions/pool/editorial_page.html index e45e1faa3e3c190ccb55fe7325d2bcc24a5455b3..97d46eff08226de63ae28e050ec0afa804fa0ba2 100644 --- a/submissions/templates/submissions/pool/editorial_page.html +++ b/submissions/templates/submissions/pool/editorial_page.html @@ -217,8 +217,8 @@ </p> </li> {% endif %} - {% if submission.eicrecommendations.first %} - {% if submission.eicrecommendations.first.may_be_reformulated %} + {% if submission.eicrecommendations.last %} + {% if submission.eicrecommendations.last.may_be_reformulated %} <li><a href="{% url 'submissions:reformulate_eic_recommendation' submission.arxiv_identifier_w_vn_nr %}">Reformulate Editorial Recommendation</a></li> {% endif %} {% endif %}