SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 82c2b491 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Add events to Submission detail page for author and admins

parent 8dbad172
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,14 @@ ...@@ -99,6 +99,14 @@
</div> </div>
{% endif %} {% endif %}
{% endif %} {% endif %}
<div class="mb-4">
<h2>Events</h2>
<a href="javascript:;" data-toggle="toggle" data-target="#eventslist">Show/hide events</a>
<div id="eventslist">
{% include 'submissions/submission_event_list.html' with events=submission.events.for_author %}
</div>
</div>
{% 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