Changeset 11609 for main/waeup.aaue/trunk/src
- Timestamp:
- 30 Apr 2014, 11:53:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r11607 r11609 251 251 return 252 252 students_utils = getUtility(IStudentsUtils) 253 pre_text = _('Congratulations! Your acceptance and school fee payments ' +254 ' have been received and your matriculation number' +255 ' generated with details as follows:')253 pre_text = _('Congratulations! Your acceptance fee and school fees ' + 254 'payments have been received and your matriculation ' + 255 'number generated with details as follows.') 256 256 return students_utils.renderPDFAdmissionLetter(self, 257 257 self.context.student, omit_fields=self.omit_fields,
Note: See TracChangeset for help on using the changeset viewer.