Skip to content

Commit

Permalink
Add several 'From' options for IAD user of announcement tool. Commit …
Browse files Browse the repository at this point in the history
…ready for merge.

 - Legacy-Id: 9426
  • Loading branch information
rpcross committed Apr 8, 2015
1 parent 415d0ad commit e5309ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ietf/secr/announcement/forms.py
Expand Up @@ -27,7 +27,7 @@
'IETF Registrar <ietf-registrar@ietf.org>',
'IETF Administrative Director <iad@ietf.org>',
'IETF Executive Director <exec-director@ietf.org>',
'The IAOC <bob.hinden@gmail.com>',
'The IAOC <cgriffiths@gmail.com>',
'The IETF Trust <ietf-trust@ietf.org>',
'RSOC Chair <rsoc-chair@iab.org>',
'ISOC Board of Trustees <eburger@standardstrack.com>',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit e5309ab

Please sign in to comment.