Changeset 14167 for main/waeup.uniben/trunk/src/waeup
- Timestamp:
- 13 Sep 2016, 11:31:20 (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
r14148 r14167 633 633 <strong>%s</strong>. 634 634 <br /><br /> 635 Please bring along this letter of invitation to the University Main Auditorium 635 Please bring along this letter of invitation to the 636 <br /><br /> 637 <strong>%s</strong> 636 638 <br /><br /> 637 639 on your screening date. … … 642 644 </font> 643 645 644 """ % (self.context.display_fullname, self.context.screening_date) 646 """ % (self.context.display_fullname, self.context.screening_date, 647 self.context.screening_venue) 645 648 return 646 649 -
main/waeup.uniben/trunk/src/waeup/uniben/applicants/tests/test_browser.py
r14147 r14167 191 191 self.assertTrue('Forbidden' in self.browser.contents) 192 192 self.applicant.screening_date = u'any date' 193 self.applicant.screening_venue = u'MAIN AUDITORIUM' 193 194 # The invitation letter can be printed 194 195 self.browser.open(self.view_path)
Note: See TracChangeset for help on using the changeset viewer.