From e02606c136d5614ec699eb378ce2b7d1ab2f3a88 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Wed, 7 Jul 2021 09:59:49 +0200
Subject: [PATCH] Tweak proceedings description

---
 .../proceedings/templates/proceedings/_description.html     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scipost_django/proceedings/templates/proceedings/_description.html b/scipost_django/proceedings/templates/proceedings/_description.html
index a6797d438..1daaad0a8 100644
--- a/scipost_django/proceedings/templates/proceedings/_description.html
+++ b/scipost_django/proceedings/templates/proceedings/_description.html
@@ -55,10 +55,10 @@
   </div>
 {% endif %}
 
-{% if proceedings.fellowships.guests.exists %}
-  <h3>Guest Fellows responsible for this Issue</h3>
+{% if proceedings.fellowships.all.exists %}
+  <h3>(Guest) Fellows responsible for this Issue</h3>
   <ul>
-    {% for fellow in proceedings.fellowships.guests %}
+    {% for fellow in proceedings.fellowships.all %}
       <li>{{ fellow.contributor.profile.get_title_display }} {{ fellow.contributor.user.first_name }} {{ fellow.contributor.user.last_name }}{% if fellow.contributor.affiliation.name %}, {{ fellow.contributor.affiliation.name }}{% endif %}</li>
     {% endfor %}
   </ul>
-- 
GitLab