Ignore:
Timestamp:
26 Aug 2013, 19:43:33 (11 years ago)
Author:
Henrik Bettermann
Message:

Remove deprecated page template.

Add matric number column.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/students
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/filterstudentspage.pt

    r9819 r10536  
    5555        <tr>
    5656          <th i18n:translate="">Student Id</th>
     57        <th i18n:translate="">Matric No.</th>
    5758        <th i18n:translate="">Fullname</th>
    5859        <th i18n:translate="">Status</th>
     
    6970          <span tal:content="item/student_id">A123456</span></a>
    7071        </td>
     72        <td tal:content="item/matric_number">MATRIC_NUMBER</td>
    7173          <td tal:content="item/display_fullname">FULLNAME</td>
    7274        <td tal:content="item/translated_state">STATE</td>
  • main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py

    r10479 r10536  
    16121612        self.app['users']['mrslecturer'].email = 'mrslecturer@foo.ng'
    16131613        self.app['users']['mrslecturer'].title = u'Mercedes Benz'
    1614         # Assign local Courselecturer100 role for a certificate
     1614        # Assign local Lecturer role for a certificate
    16151615        course = self.app['faculties']['fac1']['dep1'].courses['COURSE1']
    16161616        prmlocal = IPrincipalRoleManager(course)
Note: See TracChangeset for help on using the changeset viewer.