Ignore:
Timestamp:
13 Sep 2016, 11:31:20 (8 years ago)
Author:
Henrik Bettermann
Message:

Print also screening_venue.

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  
    633633<strong>%s</strong>.
    634634<br /><br />
    635 Please bring along this letter of invitation to the University Main Auditorium
     635Please bring along this letter of invitation to the
     636<br /><br />
     637<strong>%s</strong>
    636638<br /><br />
    637639on your screening date.
     
    642644</font>
    643645
    644 """ % (self.context.display_fullname, self.context.screening_date)
     646""" % (self.context.display_fullname, self.context.screening_date,
     647       self.context.screening_venue)
    645648        return
    646649
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/tests/test_browser.py

    r14147 r14167  
    191191        self.assertTrue('Forbidden' in self.browser.contents)
    192192        self.applicant.screening_date = u'any date'
     193        self.applicant.screening_venue = u'MAIN AUDITORIUM'
    193194        # The invitation letter can be printed
    194195        self.browser.open(self.view_path)
Note: See TracChangeset for help on using the changeset viewer.