SciPost Code Repository

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

show edadmin submission events in editorial page

parent 7af08c89
No related branches found
No related tags found
No related merge requests found
...@@ -545,7 +545,11 @@ container border border-warning border-3 ...@@ -545,7 +545,11 @@ container border border-warning border-3
{% endif %} {% endif %}
<h2 class="mt-3" id="events">Events</h2> <h2 class="mt-3" id="events">Events</h2>
{% include 'submissions/_submission_events.html' with events=submission.events.for_eic %} {% if is_ed_admin %}
{% include 'submissions/_submission_events.html' with events=submission.events.for_edadmin %}
{% else %}
{% include 'submissions/_submission_events.html' with events=submission.events.for_eic %}
{% endif %}
{% endif %} {% endif %}
......
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