SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit de548c6d authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Patch decision fixing

parent fce3862f
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
{% endif %} {% endif %}
</li> </li>
<li class="list-item my-2"> <li class="list-item my-2">
{% if not recommendation.submission.editorial_decision.is_fixed_and_accepted %} {% if not recommendation.submission.editorial_decision %}
<a class="btn btn-primary" href="{% url 'submissions:editorial_decision_create' recommendation.submission.preprint.identifier_w_vn_nr %}" role="button">Initiate the process to fix the editorial decision</a> <a class="btn btn-primary" href="{% url 'submissions:editorial_decision_create' recommendation.submission.preprint.identifier_w_vn_nr %}" role="button">Initiate the process to fix the editorial decision</a>
{% else %} {% else %}
<a class="btn btn-primary" href="{% url 'submissions:editorial_decision_detail' recommendation.submission.preprint.identifier_w_vn_nr %}" role="button">View the editorial decision <small>(status: {{ recommendation.submission.editorial_decision.get_status_display }})</small></a> <a class="btn btn-primary" href="{% url 'submissions:editorial_decision_detail' recommendation.submission.preprint.identifier_w_vn_nr %}" role="button">View the editorial decision <small>(status: {{ recommendation.submission.editorial_decision.get_status_display }})</small></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment