add Office Manager position to positions list

This commit is contained in:
Jeremy Roman 2010-09-14 17:56:52 -04:00
parent 1d0dbe3774
commit 28ca744cff
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ position_data = [
('librarian', 'Librarian'),
('imapd', 'Imapd'),
('webmaster', 'Web Master'),
('offsck', 'Office Manager'),
]
class IntroPage(WizardPanel):