Changeset 10334 for main/waeup.aaue
- Timestamp:
- 21 Jun 2013, 15:43:06 (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
r10331 r10334 94 94 pronoun = 'she' 95 95 return ''' 96 The applicant has acknowledged that, if discovered at any time that %s does not possess 97 any of the qualifications which %s claims %s has obtained, %s will be expelled from the 98 University and shall not be re-admitted for the same or any other programme, even if %s99 has upgraded previousqualifications or possess additional qualifications.96 The applicant has acknowledged that, if discovered at any time that %s does not possess any of the 97 qualifications which %s claims %s has obtained, %s will be expelled from the University and shall 98 not be re-admitted for the same or any other programme, even if %s has upgraded previous 99 qualifications or possess additional qualifications. 100 100 ''' % ( 101 101 pronoun, pronoun, pronoun, pronoun, pronoun) -
main/waeup.aaue/trunk/src/waeup/aaue/applicants/utils.py
r10331 r10334 33 33 SEPARATORS_DICT = { 34 34 'form.applicant_id': _(u'Base Data'), 35 'form.course1': _(u'Programmes/Courses Desired'),35 #'form.course1': _(u'Programmes/Courses Desired'), 36 36 'form.hq_type': _(u'Higher Education Record'), 37 37 'form.presently': _(u'Course or Programme Presently Attending'), … … 43 43 'form.presently_inst': _(u'Presently attending a course or programme'), 44 44 'form.olevel_type': _(u"'O' Level Records"), 45 'form.fst_sit_fname': _(u' First Sitting Record'),46 'form.scd_sit_fname': _(u' Second Sitting Record'),45 'form.fst_sit_fname': _(u'1st Sitting'), 46 'form.scd_sit_fname': _(u'2nd Sitting'), 47 47 'form.alr_fname': _(u'Advanced Level Record'), 48 48 }
Note: See TracChangeset for help on using the changeset viewer.