Ignore:
Timestamp:
7 Nov 2011, 09:42:01 (13 years ago)
Author:
Henrik Bettermann
Message:

Add tests for student accommodation booking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/accommodationmanagepage.pt

    r7009 r7017  
    1818    <thead>
    1919    <tr>
    20       <th>&nbsp;</th>
     20      <th tal:condition="not: view/is_student">&nbsp;</th>
    2121      <th>Session</th>
    2222      <th>Booking Date</th>
     
    2727    <tbody>
    2828      <tr tal:repeat="cl context/values">
    29          <td>
     29         <td tal:condition="not: view/is_student">
    3030          <input type="checkbox"
    3131                 name="val_id"
Note: See TracChangeset for help on using the changeset viewer.