Changeset 14064 for main/waeup.uniben/trunk
- Timestamp:
- 9 Aug 2016, 19:02:05 (8 years ago)
- 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 402 402 self.context.application_number) 403 403 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' % ( 405 405 container_title, ar_translation, 406 406 self.context.application_number) -
main/waeup.uniben/trunk/src/waeup/uniben/applicants/tests/test_browser.py
r14061 r14064 192 192 # ... and replace by akoka 193 193 self.applicantscontainer.prefix = 'akj' 194 self.applicantscontainer.title = u'FCET Akoka JUPEB Pre-Degree (Foundation) Studies 2016/2017' 194 195 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw') 195 196 self.slip_path = self.view_path + '/application_slip.pdf'
Note: See TracChangeset for help on using the changeset viewer.