Changeset 6366 for main/waeup.sirp/trunk
- Timestamp:
- 14 Jun 2011, 10:46:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py
r6365 r6366 528 528 title = course_admitted.title 529 529 code = course_admitted.code 530 return '<a href="%s"> "%s - %s"</a>' %(url,code,title)530 return '<a href="%s">%s - %s</a>' %(url,code,title) 531 531 return 'not yet admitted' 532 532
Note: See TracChangeset for help on using the changeset viewer.