Changeset 12567 for main/waeup.uniben/trunk
- Timestamp:
- 7 Feb 2015, 10:27:47 (10 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/CHANGES.txt
r11827 r12567 4 4 1.2dev (unreleased) 5 5 =================== 6 7 * Add second New Postgraduate Programmes (#2) application type and category. 6 8 7 9 * Add application type and category for part-time extended applications. -
main/waeup.uniben/trunk/src/waeup/uniben/browser/pages.py
r12514 r12567 52 52 student = getattr(p,'student', None) 53 53 if student is not None: 54 replicates_line += '%s (%s), ' % (54 replicates_line += '%s (%s),%s,' % ( 55 55 student.student_id, 56 student.matric_number) 56 student.matric_number, 57 student.email) 57 58 output += "%s,%s\n" % (item.p_id, replicates_line) 58 59 return output
Note: See TracChangeset for help on using the changeset viewer.