diff --git a/opentech/apply/activity/messaging.py b/opentech/apply/activity/messaging.py index 4721fab9e5ec7accc5f56bd9b7cf65c73aae3a26..41d9ba327b7865cebf34b474e49e57a195258633 100644 --- a/opentech/apply/activity/messaging.py +++ b/opentech/apply/activity/messaging.py @@ -259,7 +259,7 @@ class EmailAdapter(AdapterBase): def reviewers(self, submission): return [ reviewer.email - for reviewer in submission.reviewers.all() + for reviewer in submission.missing_reviewers.all() if submission.phase.permissions.can_review(reviewer) ]