- Timestamp:
- 30 Oct 2012, 07:17:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/utils.py
r9461 r9463 24 24 from kofacustom.nigeria.applicants.utils import NigeriaApplicantsUtils 25 25 26 26 from waeup.fceokene.interfaces import MessageFactory as _ 27 27 28 28 class ApplicantsUtils(NigeriaApplicantsUtils): … … 31 31 32 32 APP_TYPES_DICT = { 33 'app': ['General Studies', 'APP'], 33 34 'prence': ['Pre-NCE Programme', 'PRE'], 34 35 'sandwich': ['NCE Sandwich Programme', 'SAND'], … … 39 40 'bec': ['Bachelor of Education Certificate Programmes', 'BEC'] 40 41 } 42 43 SEPARATORS_DICT = { 44 'form.applicant_id': _(u'Base Data'), 45 'form.course1': _(u'Programmes/Courses Desired'), 46 'form.hq_type': _(u'Higher Education Record'), 47 'form.presently': _(u'Course or Programme Presently Attending'), 48 'form.nysc_year': _(u'NYSC Information'), 49 'form.employer': _(u'Employment History'), 50 'form.jamb_subjects': _(u'JAMB Data'), 51 'form.notice': _(u'Application Process Information'), 52 'form.pp_school': _(u'Post Primary School Qualification'), 53 'form.presently_inst': _(u'Presently attending a course or programme'), 54 'form.olevel_type': _(u"'O' Level Record"), 55 }
Note: See TracChangeset for help on using the changeset viewer.