Changeset 10334


Ignore:
Timestamp:
21 Jun 2013, 15:43:06 (11 years ago)
Author:
Henrik Bettermann
Message:

Condense AAUE application slip a bit more.

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  
    9494            pronoun = 'she'
    9595        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 %s
    99 has upgraded previous qualifications or possess additional qualifications.
     96The applicant has acknowledged that, if discovered at any time that %s does not possess any of the
     97qualifications which %s claims %s has obtained, %s will be expelled from the University and shall
     98not be re-admitted for the same or any other programme, even if %s has upgraded previous
     99qualifications or possess additional qualifications.
    100100''' % (
    101101    pronoun, pronoun, pronoun, pronoun, pronoun)
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/utils.py

    r10331 r10334  
    3333    SEPARATORS_DICT = {
    3434        'form.applicant_id': _(u'Base Data'),
    35         'form.course1': _(u'Programmes/Courses Desired'),
     35        #'form.course1': _(u'Programmes/Courses Desired'),
    3636        'form.hq_type': _(u'Higher Education Record'),
    3737        'form.presently': _(u'Course or Programme Presently Attending'),
     
    4343        'form.presently_inst': _(u'Presently attending a course or programme'),
    4444        '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'),
    4747        'form.alr_fname': _(u'Advanced Level Record'),
    4848        }
Note: See TracChangeset for help on using the changeset viewer.