From ed324e2e85181b5f375c20fed0dc2cef6f96fb98 Mon Sep 17 00:00:00 2001 From: Neil Parikh Date: Thu, 20 Sep 2018 14:50:08 -0400 Subject: [PATCH] Secretary -> AVP in positions list --- scripts/xsltproc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ),