diff --git a/scipost_django/submissions/templates/submissions/pool/_hx_submission_fellow_row.html b/scipost_django/submissions/templates/submissions/pool/_hx_submission_fellow_row.html index 45540f8027df14743a32ff8168fed245a8719811..197cff4626d2f081072950a66c2aa53bf21d9264 100644 --- a/scipost_django/submissions/templates/submissions/pool/_hx_submission_fellow_row.html +++ b/scipost_django/submissions/templates/submissions/pool/_hx_submission_fellow_row.html @@ -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> diff --git a/scipost_django/submissions/templates/submissions/pool/_submission_fellows.html b/scipost_django/submissions/templates/submissions/pool/_submission_fellows.html index 91f6c41dd3eabc2874cf072b23158431bb376353..e220f0b7c761528ea8538681abdbe953f34d6188 100644 --- a/scipost_django/submissions/templates/submissions/pool/_submission_fellows.html +++ b/scipost_django/submissions/templates/submissions/pool/_submission_fellows.html @@ -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>