Changeset 7012 for main/waeup.sirp/trunk/src
- Timestamp:
- 7 Nov 2011, 07:39:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser_templates/hostelmanagepage.pt
r6996 r7012 84 84 <td> 85 85 <a tal:condition="python: value.owner != view.not_occupied" 86 tal:attributes="href python: '%s/%s' % (view.students_url,value.owner)"> 86 tal:attributes="href python: '%s/%s/accommodation' % 87 (view.students_url,value.owner)"> 87 88 <span tal:content="value/owner">Owner</span> 88 89 </a>
Note: See TracChangeset for help on using the changeset viewer.