From efbb7b407d5be8f5c7e1d0bf469761b06a4e7911 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sun, 13 Jan 2019 16:01:11 +0100
Subject: [PATCH] Update docstring for PotentialFellowship

---
 colleges/models.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/colleges/models.py b/colleges/models.py
index 35747b72b..778b60bec 100644
--- a/colleges/models.py
+++ b/colleges/models.py
@@ -77,7 +77,8 @@ class PotentialFellowship(models.Model):
     It is linked to Profile as ForeignKey and not as OneToOne, since the same
     person can eventually be approached on different occasions.
 
-    COMMENT: Why is this only nonregistered people only?
+    Using Profile allows to treat both registered Contributors
+    and non-registered people equally well.
     """
 
     profile = models.ForeignKey('profiles.Profile', on_delete=models.CASCADE)
-- 
GitLab