File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 'RSOC Chair <rsoc-chair@iab.org>' ,
3636 'ISOC Board of Trustees <eburger@standardstrack.com>' ,
3737 'RFC Series Editor <rse@rfc-editor.org>' ,
38- 'IAB Executive Director <execd@iab.org>' )
38+ 'IAB Executive Director <execd@iab.org>' ,
39+ 'IETF Mentoring Program <mentoring@ietf.org>' )
3940
4041TO_LIST = ('IETF Announcement List <ietf-announce@ietf.org>' ,
4142 'I-D Announcement List <i-d-announce@ietf.org>' ,
@@ -107,12 +108,16 @@ def get_from_choices(user):
107108 group__acronym = 'iab' ,
108109 name = 'execdir' ):
109110 f = (FROM_LIST [6 ],FROM_LIST [16 ])
111+ elif Role .objects .filter (person = person ,
112+ group__acronym = 'mentor' ,
113+ name = "chair" ):
114+ f = (FROM_LIST [17 ],)
110115
111116 # NomCom
112117 nomcoms = Role .objects .filter (name = "chair" ,
113118 group__acronym__startswith = "nomcom" ,
114119 group__state = "active" ,
115- group__type = "ietf " ,
120+ group__type = "nomcom " ,
116121 person = person )
117122 if nomcoms :
118123 year = nomcoms [0 ].group .acronym [- 4 :]
You can’t perform that action at this time.
0 commit comments