SciPost Code Repository

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

Add template tag

parent 2fa37625
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
<h3>Required actions (go to the <a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.preprint.identifier_w_vn_nr %}">Editorial page</a> to carry them out):</h3>
<ul>
{% for code, action in assignment.submission.cycle.required_actions.items %}
<li>{{ action }}</li>
<li>{{ action|safe }}</li>
{% empty %}
<li>No action required. Great job!</li>
{% endfor %}
......
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