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',