diff --git a/hypha/apply/activity/models.py b/hypha/apply/activity/models.py index 3a50b901dfa80587cff725343b07ac80fbb9699d..44609ced6ab85eb3f1118ee48f9381c358dec123 100644 --- a/hypha/apply/activity/models.py +++ b/hypha/apply/activity/models.py @@ -41,7 +41,7 @@ VISIBILITY = { class BaseActivityQuerySet(models.QuerySet): def visible_to(self, user): - # to hide reviews from applicant of existing data + # To hide reviews from the applicant's activity feed from .messaging import ActivityAdapter messages = ActivityAdapter.messages if user.is_applicant: