Changeset 14592 for main/waeup.aaue/trunk/src/waeup/aaue/students/reports
- Timestamp:
- 25 Feb 2017, 17:59:47 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/reports/session_results_presentation.py
r14528 r14592 31 31 @property 32 32 def introduction (self): 33 havenot = '' 34 if len(self.data[0]): 35 havenot = '/have not' 33 36 text = """I present to Senate, on behalf of the Faculty Board, 34 37 the results of courses taught and examinations held this academic session. 35 The following candidate(s) have /have notsatisfied the degree requirements36 of the Faculty and have /have notqualified for the award of a degree as follows:37 """ 38 The following candidate(s) have%s satisfied the degree requirements 39 of the Faculty and have%s qualified for the award of a degree as follows: 40 """ % (havenot, havenot) 38 41 return text 39 42
Note: See TracChangeset for help on using the changeset viewer.