Changeset 14064


Ignore:
Timestamp:
9 Aug 2016, 19:02:05 (8 years ago)
Author:
Henrik Bettermann
Message:

Add line break.

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

Legend:

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

    r14061 r14064  
    402402                self.context.application_number)
    403403        elif self.target.startswith('ak'):
    404             return 'Federal College of Education (Technical) Akoka - %s %s %s' % (
     404            return 'Federal College of Education (Technical) Akoka - %s - %s %s' % (
    405405                container_title, ar_translation,
    406406                self.context.application_number)
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/tests/test_browser.py

    r14061 r14064  
    192192        # ... and replace by akoka
    193193        self.applicantscontainer.prefix = 'akj'
     194        self.applicantscontainer.title = u'FCET Akoka JUPEB Pre-Degree (Foundation) Studies 2016/2017'
    194195        self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
    195196        self.slip_path = self.view_path + '/application_slip.pdf'
Note: See TracChangeset for help on using the changeset viewer.