SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e0a10bc2 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

add link to potential coi's in refereeing tab

parent 454cfc4e
No related branches found
No related tags found
No related merge requests found
......@@ -22,15 +22,21 @@
<div class="mt-4">{% include "submissions/pool/_submission_refereeing_history_card.html" %}</div>
</div>
{% if is_ed_admin and submission.editor_in_charge %}
<div class="col-12 col-md">
<div class="col-12 col-md d-flex flex-column">
{% if is_ed_admin and submission.editor_in_charge %}
<h4>Editor in Charge potential conflicts of interest</h4>
<div class="overflow-scroll" style="max-height: 50vh">
{% with submission.editor_in_charge.conflict_of_interests.non_deprecated|filter_for_submission:submission as conflicts %}
{% include 'submissions/admin/_conflicts.html' with conflicts=conflicts %}
{% endwith %}
</div>
</div>
{% endif %}
{% endif %}
<a class="mt-auto"
href="{% url "submissions:conflicts" submission.preprint.identifier_w_vn_nr %}">View other possible conflicts of interest</a>
</div>
</div>
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