Secretary -> AVP in positions list

This commit is contained in:
Neil Parikh 2018-09-20 14:50:08 -04:00
parent dc2c9c3c56
commit ed324e2e85
1 changed files with 1 additions and 1 deletions

View File

@ -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, ),