SciPost Code Repository

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

Add required actions to editorial page

parent cdb6375d
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
{% block headsup %} {% block headsup %}
{% load scipost_extras %} {% load scipost_extras %}
{% load submissions_extras %}
{% endblock headsup %} {% endblock headsup %}
...@@ -82,6 +83,19 @@ ...@@ -82,6 +83,19 @@
<h3>Status:</h3> <h3>Status:</h3>
{{ submission.status_info_as_table }} {{ submission.status_info_as_table }}
<hr/> <hr/>
{% if submission|required_actions %}
<div class="flex-container">
<div class-"flex-whitebox" style="background-color: #ffaaaa;">
<h3>Required actions:</h3>
<ul>
{% for todoitem in submission|required_actions %}
<li>{{ todoitem }}</li>
{% endfor %}
</ul>
</div>
</div>
{% endif %}
<h3>Refereeing status summary:</h3> <h3>Refereeing status summary:</h3>
{{ submission.refereeing_status_as_p }} {{ submission.refereeing_status_as_p }}
......
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