We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be10d6b commit 6ecd4b4Copy full SHA for 6ecd4b4
1 file changed
ietf/meeting/models.py
@@ -734,11 +734,7 @@ def base_url(self):
734
# return self.url_edit("")
735
736
def owner_email(self):
737
- email = self.owner.email_set.all().order_by('primary').first()
738
- if email:
739
- return email.address
740
- else:
741
- return "noemail"
+ return self.owner.email_address() or "noemail"
742
743
@property
744
def is_official(self):
0 commit comments