From 3464d911405ea0bab82ba458d720cd714de26227 Mon Sep 17 00:00:00 2001
From: George Katsikas <giorgakis.katsikas@gmail.com>
Date: Mon, 22 Apr 2024 14:40:30 +0200
Subject: [PATCH] hide workload header for non editors

fixup on 14f75e6ca7f3
---
 .../templates/submissions/pool/_submission_fellows.html     | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/scipost_django/submissions/templates/submissions/pool/_submission_fellows.html b/scipost_django/submissions/templates/submissions/pool/_submission_fellows.html
index b5d0d5658..cd6abafc9 100644
--- a/scipost_django/submissions/templates/submissions/pool/_submission_fellows.html
+++ b/scipost_django/submissions/templates/submissions/pool/_submission_fellows.html
@@ -1,4 +1,4 @@
-<h2>This Submission's Fellowship</h2>
+d<h2>This Submission's Fellowship</h2>
 
 {% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}
   <div class="d-flex justify-content-between align-items-center">
@@ -28,9 +28,7 @@
         available
       </th>
       {% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}
-        <th>
-          {% include "icons/reception.html" with value=fellowship.contributor.editorial_assignments.ongoing.count max=4 %}
-        </th>
+        <th>Workload</th>
       {% endif %}
       <th>Qualification</th>
       <th>Readiness to take charge</th>
-- 
GitLab