Provide the IRTF chair with access to the session request tool. Fixes issue #1687.

- Legacy-Id: 9529
This commit is contained in:
Henrik Levkowetz 2015-04-21 12:36:46 +00:00
parent 88300e5d50
commit 881c9cb8f6

View file

@ -22,7 +22,7 @@ from ietf.person.models import Person
# Globals
# -------------------------------------------------
SESSION_REQUEST_EMAIL = 'session-request@ietf.org'
AUTHORIZED_ROLES=('WG Chair','WG Secretary','RG Chair','IAB Group Chair','Area Director','Secretariat','Team Chair')
AUTHORIZED_ROLES=('WG Chair','WG Secretary','RG Chair','IAB Group Chair','Area Director','Secretariat','Team Chair','IRTF Chair')
# -------------------------------------------------
# Helper Functions