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