Changeset 15890 for main/waeup.fceokene/trunk/src/waeup/fceokene/students
- Timestamp:
- 12 Dec 2019, 18:50:01 (5 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/browser.py
r15887 r15890 98 98 letterhead_path = os.path.join( 99 99 os.path.dirname(__file__), 'static', 'letterhead_admission.jpg') 100 topMargin=1.8 100 101 if self.context.student.current_mode.startswith('ug'): 101 102 letterhead_path = None 103 topMargin=1.5 102 104 return students_utils.renderPDFAdmissionLetter(self, 103 105 self.context.student, omit_fields=self.omit_fields, 104 106 letterhead_path=letterhead_path, 107 topMargin=topMargin, 105 108 post_text=self._post_text) 106 109 -
main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py
r15706 r15890 427 427 inst_name = grok.getSite()['configuration'].name 428 428 text = trans(_( 429 'This is to inform you that you have been provisionally '429 'This is to inform you that you have been provisionally\n' 430 430 ' admitted into ${a} as follows:', mapping = {'a': inst_name}), 431 431 portal_language)
Note: See TracChangeset for help on using the changeset viewer.