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 6fadf18 commit 37f3916Copy full SHA for 37f3916
1 file changed
ietf/doc/models.py
@@ -379,7 +379,7 @@ def author_list(self):
379
best_addresses = []
380
for author in self.documentauthor_set.all():
381
if author.email:
382
- if author.email.active:
+ if author.email.active or not author.email.person:
383
best_addresses.append(author.email.address)
384
else:
385
best_addresses.append(author.email.person.email_address())
0 commit comments