Skip to content

Commit eac8676

Browse files
committed
Fix bug in resurrection role rewrite, was missing a line
- Legacy-Id: 3770
1 parent 7c36e78 commit eac8676

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/idrfc/mails.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ def email_resurrect_requestedREDESIGN(request, doc, by):
425425
e = by.role_email("secr", group="secretariat")
426426
else:
427427
e = by.role_email("ad")
428+
frm = e.address
428429

429430
send_mail(request, to, e.formatted_email(),
430431
"I-D Resurrection Request",

0 commit comments

Comments
 (0)