SciPost Code Repository

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

reorder submission fellows table columns

parent 935f1224
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
{% load ethics_extras %}
{% get_fellow_readiness submission fellowship as readiness %}
{% get_fellow_qualification_expertise_level_display submission fellowship as expertise_level %}
<tr>
<td>
......@@ -24,7 +25,8 @@
</td>
{% endif %}
<td>{% get_fellow_qualification_expertise_level_display submission fellowship %}</td>
<td>{{ expertise_level }}</td>
<td>{{ readiness.get_status_display }}</td>
{% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}
<td>
......@@ -103,6 +105,4 @@
</td>
{% endif %}
{% endif %}
<td>{{ readiness.get_status_display }}</td>
</tr>
......@@ -29,6 +29,7 @@
</th>
<th>Workload</th>
<th>Qualification</th>
<th>Readiness to take charge</th>
{% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}
<th>
......@@ -39,8 +40,6 @@
{% if "edadmin" in user_roles %}<th>Actions</th>{% endif %}
{% endif %}
<th>Readiness to take charge</th>
</tr>
</thead>
<tbody>
......
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