Changeset 7012


Ignore:
Timestamp:
7 Nov 2011, 07:39:20 (13 years ago)
Author:
Henrik Bettermann
Message:

Link student ids with student accomodation page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser_templates/hostelmanagepage.pt

    r6996 r7012  
    8484          <td>
    8585            <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)">
    8788              <span tal:content="value/owner">Owner</span>
    8889            </a>
Note: See TracChangeset for help on using the changeset viewer.