Ignore:
Timestamp:
21 Jun 2013, 08:14:07 (11 years ago)
Author:
Henrik Bettermann
Message:

Use changes made in base package to render two-column widgets table.

Location:
main/waeup.aaue/trunk/src/waeup/aaue/applicants
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py

    r10311 r10331  
    4848UG_OMIT_PDF_FIELDS = [
    4949    element for element in UG_OMIT_PDF_FIELDS if not element == 'phone']
    50 UG_OMIT_PDF_FIELDS += ('reg_number',)
     50UG_OMIT_PDF_FIELDS += ('reg_number','alr_fname', 'alr_no', 'alr_date',
     51    'alr_results', 'notice')
    5152
    5253class CustomApplicantDisplayFormPage(NigeriaApplicantDisplayFormPage):
     
    8081    column_two_fields = ('applicant_id', 'reg_number',
    8182        'firstname', 'middlename', 'lastname', 'sex', 'date_of_birth')
     83    two_columns_design_fields = [
     84        'fst_sit_fname', 'fst_sit_no', 'fst_sit_date',
     85        'fst_sit_type', 'fst_sit_results',
     86        'scd_sit_fname', 'scd_sit_no', 'scd_sit_date',
     87        'scd_sit_type', 'scd_sit_results']
    8288
    8389    @property
     
    8894            pronoun = 'she'
    8995        return '''
    90 
    9196The applicant has acknowledged that, if discovered at any time that %s does not possess
    9297any of the qualifications which %s claims %s has obtained, %s will be expelled from the
    9398University and shall not be re-admitted for the same or any other programme, even if %s
    94 has upgraded previous qualifications or possess additional qualifications.''' % (
     99has upgraded previous qualifications or possess additional qualifications.
     100''' % (
    95101    pronoun, pronoun, pronoun, pronoun, pronoun)
    96102
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/utils.py

    r10311 r10331  
    3838        'form.nysc_year': _(u'NYSC Information'),
    3939        'form.employer': _(u'Employment History'),
    40         'form.jamb_reg_number': _(u'JAMB Data'),
     40        #'form.jamb_reg_number': _(u'JAMB Data'),
    4141        'form.notice': _(u'Application Process Information'),
    4242        'form.pp_school': _(u'Post Primary School Qualification'),
Note: See TracChangeset for help on using the changeset viewer.