Ignore:
Timestamp:
13 May 2011, 05:54:32 (14 years ago)
Author:
Henrik Bettermann
Message:

Start renaming the views in the applicants package according to the naming convention made in the university package.

The getApplications method is not really necessary since we only store ApplicantsContainers? here.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantsrootpage.pt

    r6066 r6067  
    66  </thead>
    77  <tbody>
    8     <tr tal:repeat="entry view/getApplications"
     8    <tr tal:repeat="entry context/values"
    99        class="gradeB">
    1010      <td>
    1111        <a href=""
    12            tal:attributes="href entry/url"
     12           tal:attributes="href python:view.url(entry)"
    1313           tal:content="entry/name"
    1414           >Name</a>
    1515      </td>
    16       <td tal:content="entry/container/title">
     16      <td tal:content="entry/title">
    1717        Title
    1818      </td>
Note: See TracChangeset for help on using the changeset viewer.