Changeset 17411 for main/waeup.kofa
- Timestamp:
- 17 May 2023, 15:55:35 (18 months ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r17402 r17411 4 4 1.8.2.dev0 (unreleased) 5 5 ======================= 6 7 * Show matric number on `TranscriptOfficerLandingPage`. 6 8 7 9 * Enable customization of certificate select box entries also in the students -
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/mytranscriptrequests.pt
r16235 r17411 6 6 <thead> 7 7 <tr> 8 <th i18n:translate="">Matric No.</th> 8 9 <th i18n:translate="">Applicant Id</th> 9 10 <th i18n:translate="">Full Name</th> … … 14 15 <tbody> 15 16 <tr tal:repeat="item view/getApplicants"> 17 <td> <a tal:attributes="href python:view.url(item[0])"> 18 <span tal:content="python:getattr(item[0],'matric_number',None)">XYZ08098799</span></a> 19 </td> 16 20 <td> <a tal:attributes="href python:view.url(item[0])"> 17 21 <span tal:content="python:item[0].applicant_id">XXXX_1234</span></a>
Note: See TracChangeset for help on using the changeset viewer.