Changeset 10331 for main/waeup.aaue/trunk/src/waeup/aaue
- Timestamp:
- 21 Jun 2013, 08:14:07 (11 years ago)
- 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 48 48 UG_OMIT_PDF_FIELDS = [ 49 49 element for element in UG_OMIT_PDF_FIELDS if not element == 'phone'] 50 UG_OMIT_PDF_FIELDS += ('reg_number',) 50 UG_OMIT_PDF_FIELDS += ('reg_number','alr_fname', 'alr_no', 'alr_date', 51 'alr_results', 'notice') 51 52 52 53 class CustomApplicantDisplayFormPage(NigeriaApplicantDisplayFormPage): … … 80 81 column_two_fields = ('applicant_id', 'reg_number', 81 82 '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'] 82 88 83 89 @property … … 88 94 pronoun = 'she' 89 95 return ''' 90 91 96 The applicant has acknowledged that, if discovered at any time that %s does not possess 92 97 any of the qualifications which %s claims %s has obtained, %s will be expelled from the 93 98 University 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.''' % ( 99 has upgraded previous qualifications or possess additional qualifications. 100 ''' % ( 95 101 pronoun, pronoun, pronoun, pronoun, pronoun) 96 102 -
main/waeup.aaue/trunk/src/waeup/aaue/applicants/utils.py
r10311 r10331 38 38 'form.nysc_year': _(u'NYSC Information'), 39 39 'form.employer': _(u'Employment History'), 40 'form.jamb_reg_number': _(u'JAMB Data'),40 #'form.jamb_reg_number': _(u'JAMB Data'), 41 41 'form.notice': _(u'Application Process Information'), 42 42 'form.pp_school': _(u'Post Primary School Qualification'),
Note: See TracChangeset for help on using the changeset viewer.