diff --git a/submissions/templates/submissions/pool/editorial_page.html b/submissions/templates/submissions/pool/editorial_page.html index 31a0d61ca514f136e00b50c5a4c522ef1e19d2a9..e45e1faa3e3c190ccb55fe7325d2bcc24a5455b3 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.active.first %} - {% if submission.eicrecommendations.active.first.may_be_reformulated %} + {% if submission.eicrecommendations.first %} + {% if submission.eicrecommendations.first.may_be_reformulated %} <li><a href="{% url 'submissions:reformulate_eic_recommendation' submission.arxiv_identifier_w_vn_nr %}">Reformulate Editorial Recommendation</a></li> {% endif %} {% endif %}