Changeset 7692 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 23 Feb 2012, 15:54:37 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/showstudentspage.pt
r7654 r7692 16 16 </td> 17 17 <td tal:content="item/display_fullname">FULLNAME</td> 18 <td tal:content="item/ state">STATE</td>18 <td tal:content="item/translated_state">STATE</td> 19 19 <td> 20 20 <a tal:attributes="href python: view.url(item.certificate)" -
main/waeup.sirp/trunk/src/waeup/sirp/students/catalog.py
r7641 r7692 63 63 self.matric_number = context.matric_number 64 64 self.state = context.state 65 self.translated_state = context.translated_state 65 66 try: 66 67 current_level = course_levels.getTerm(
Note: See TracChangeset for help on using the changeset viewer.