SciPost Code Repository

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

Reorder display on ed page

parent bb74eadd
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,12 @@
<strong style="color: green">Report has been delivered</strong>
{% endif %}
</td>
<td>
{% if invitation.nr_reminders > 0 %}
nr reminders sent: {{ invitation.nr_reminders }}
<div class="text-muted">last on {{ invitation.date_last_reminded }}</div>
{% endif %}
</td>
<td>
{% if invitation.referee %}
<a href="{% url 'submissions:communication' arxiv_identifier_w_vn_nr=submission.arxiv_identifier_w_vn_nr comtype='EtoR' referee_id=invitation.referee.id %}">Write a communication</a>
......@@ -59,12 +65,6 @@
(not yet registered)
{% endif %}
</td>
<td>
{% if invitation.nr_reminders > 0 %}
nr reminders sent: {{ invitation.nr_reminders }}
<div class="text-muted">last on {{ invitation.date_last_reminded }}</div>
{% endif %}
</td>
<td>
{% if not invitation.fulfilled %}
<a href="{% url 'submissions:cancel_ref_invitation' arxiv_identifier_w_vn_nr=submission.arxiv_identifier_w_vn_nr invitation_id=invitation.id %}">Cancel invitation</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