Changeset 7364 for main/waeup.sirp/trunk/src/waeup/sirp/browser
- Timestamp:
- 17 Dec 2011, 12:54:39 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/layout.py
r7328 r7364 231 231 """ 232 232 if IStudentNavigation.providedBy(self.context): 233 return self.context.getStudent(). fullname233 return self.context.getStudent().display_fullname 234 234 return 235 235 -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/showstudentspage.pt
r7216 r7364 19 19 <span tal:content="item/student_id">A123456</span></a> 20 20 </td> 21 <td tal:content="item/ fullname">FULLNAME</td>21 <td tal:content="item/display_fullname">FULLNAME</td> 22 22 <td tal:content="item/state">STATE</td> 23 23 <td>
Note: See TracChangeset for help on using the changeset viewer.