Secretary -> AVP in positions list
This commit is contained in:
parent
dc2c9c3c56
commit
ed324e2e85
|
@ -15,7 +15,7 @@ cscPositions = {
|
|||
'president' : ( 'President', True, True, 1, ),
|
||||
'vice-president' : ( 'Vice-president', True, True, 2, ),
|
||||
'treasurer' : ( 'Treasurer', True, True, 3, ),
|
||||
'secretary' : ( 'Secretary', True, True, 4, ),
|
||||
'secretary' : ( 'Assistant Vice-President',True, True, 4, ),
|
||||
'sysadmin' : ( 'System Administrator', True, False, 5, ),
|
||||
'cro' : ( 'Chief Returning Officer', False, False, 6, ),
|
||||
'offsck' : ( 'Office Manager', False, False, 7, ),
|
||||
|
|
Loading…
Reference in New Issue