diff --git a/scripts/xsltproc.py b/scripts/xsltproc.py index 2e26647..9718708 100755 --- a/scripts/xsltproc.py +++ b/scripts/xsltproc.py @@ -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, ),