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

Print also screening_venue.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.