Ignore:
Timestamp:
30 Nov 2011, 23:13:26 (13 years ago)
Author:
Henrik Bettermann
Message:

Rebuild applicants package (1st part). Applicants now have an applicant_id and a password and can use the regular login page to enter the portal.

Add user_type attribute to SIRPPrincipal objects.

Add some permissions in students package.

Some tests are still missing and will be re-added soon.

File:
1 edited

Legend:

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

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