We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5251d0e commit d8005abCopy full SHA for d8005ab
1 file changed
ietf/person/models.py
@@ -180,6 +180,7 @@ def needs_consent(self):
180
for email in self.email_set.all():
181
if not email.origin.split(':')[0] in ['author', 'role', 'reviewer', 'liaison', 'shepherd', ]:
182
needs_consent.append("email address(es)")
183
+ break
184
return needs_consent
185
186
def save(self, *args, **kwargs):
0 commit comments