SciPost Code Repository

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

add workload and links to submission fellows view

address points 1 and 2 of #137
parent 14d4eb7c
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
{% load ethics_extras %} {% load ethics_extras %}
<tr> <tr>
<td>{{ fellowship.contributor }}</td> <td>
<a href="{{ fellowship.get_absolute_url }}">{{ fellowship.contributor }}</a>
</td>
<td>{{ fellowship.get_status_display }}</td> <td>{{ fellowship.get_status_display }}</td>
<td> <td>
...@@ -13,6 +15,9 @@ ...@@ -13,6 +15,9 @@
{% endif %} {% endif %}
</td> </td>
<td>
{% include "icons/reception.html" with value=fellowship.contributor.editorial_assignments.ongoing.count max=4 %}
</td>
<td>{% get_fellow_qualification_expertise_level_display submission fellowship %}</td> <td>{% get_fellow_qualification_expertise_level_display submission fellowship %}</td>
{% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %} {% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<br /> <br />
available available
</th> </th>
<th>Workload</th>
<th>Qualification</th> <th>Qualification</th>
{% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %} {% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}
......
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