Skip to content

Commit d16a5ea

Browse files
committed
Fix bug
- Legacy-Id: 3839
1 parent 0ba03ec commit d16a5ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idrfc/views_edit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def get_initial_notify(doc):
476476
receivers = []
477477
if doc.group.type_id == "individ":
478478
for a in doc.authors.all():
479-
receivers.append(e.address)
479+
receivers.append(a.address)
480480
else:
481481
receivers.append("%s-chairs@%s" % (doc.group.acronym, settings.TOOLS_SERVER))
482482
for editor in Email.objects.filter(role__name="editor", role__group=doc.group):

0 commit comments

Comments
 (0)