Ignore:
Timestamp:
24 Aug 2016, 12:25:28 (8 years ago)
Author:
Henrik Bettermann
Message:

Extend APP_TYPES_DICT.

Customize SEPARATORS_DICT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/applicants/utils.py

    r14097 r14127  
    3131
    3232    APP_TYPES_DICT = {
    33          'app': ['General Studies', 'APP'],
    34          'nce': ['NCE Programmes', 'NCE'],
    35          'ncept': ['NCE Part-Time Programmes', 'NCE'],
    36          'degree': ['Degree Programmes', 'DEG'],
    37          }
     33        'app': ['General Studies', 'APP'],
     34        'nce': ['NCE Programmes', 'NCE'],
     35        'ncept': ['NCE Part-Time Programmes', 'NCE'],
     36        'degree': ['Degree Programmes', 'DEG'],
     37        'prence': ['Pre-NCE programme', 'PRENCE'],
     38        }
     39
     40    SEPARATORS_DICT = {
     41        'form.applicant_id': _(u'Base Data'),
     42        'form.course1': _(u'Programmes/Courses Desired'),
     43        'form.hq_type': _(u'Higher Education Record'),
     44        'form.presently': _(u'Course or Programme Presently Attending'),
     45        'form.nysc_year': _(u'NYSC Information'),
     46        'form.employer': _(u'Employment History'),
     47        'form.jamb_subjects': _(u'JAMB Data'),
     48        'form.notice': _(u'Application Process Information'),
     49        'form.pp_school': _(u'Post Primary School Qualification'),
     50        'form.presently_inst': _(u'Presently attending a course or programme'),
     51        'form.olevel_type': _(u"'O' Level Records"),
     52        }
Note: See TracChangeset for help on using the changeset viewer.