Get person without limiting it to iesglogins. WG Chairs will have logins but not IESG logins ...

- Legacy-Id: 3201
This commit is contained in:
Henrik Levkowetz 2011-07-23 12:15:21 +00:00
parent f62bfc7588
commit 9a6f0e410b

View file

@ -191,7 +191,7 @@ class AddDelegateForm(RelatedWGForm):
return self.next_form
def get_person(self, email):
persons = PersonOrOrgInfo.objects.filter(emailaddress__address=email, iesglogin__isnull=False).distinct()
persons = PersonOrOrgInfo.objects.filter(emailaddress__address=email).distinct()
if not persons:
raise PersonOrOrgInfo.DoesNotExist
if len(persons) > 1: