From e5309ab73ac240127393e56303bfbf8038801707 Mon Sep 17 00:00:00 2001 From: Ryan Cross Date: Wed, 8 Apr 2015 18:11:49 +0000 Subject: [PATCH] Add several 'From' options for IAD user of announcement tool. Commit ready for merge. - Legacy-Id: 9426 --- ietf/secr/announcement/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/secr/announcement/forms.py b/ietf/secr/announcement/forms.py index 29c49c08c..90145832c 100644 --- a/ietf/secr/announcement/forms.py +++ b/ietf/secr/announcement/forms.py @@ -27,7 +27,7 @@ FROM_LIST = ('IETF Secretariat ', 'IETF Registrar ', 'IETF Administrative Director ', 'IETF Executive Director ', - 'The IAOC ', + 'The IAOC ', 'The IETF Trust ', 'RSOC Chair ', 'ISOC Board of Trustees ', @@ -61,7 +61,7 @@ def get_from_choices(user): elif has_role(user,'IAB Chair'): f = (FROM_LIST[6],) elif has_role(user,'IAD'): - f = (FROM_LIST[9],) + f = (FROM_LIST[9],FROM_LIST[12],FROM_LIST[18],FROM_LIST[11],) #RSOC Chair, IAOC Chair aren't supported by has_role() elif Role.objects.filter(person=person, group__acronym='rsoc',