Changeset 17527 for main/waeup.kofa


Ignore:
Timestamp:
1 Aug 2023, 06:37:35 (14 months ago)
Author:
Henrik Bettermann
Message:

These columns do not exist in the base package. So let’s remove them again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/mytranscriptrequests.pt

    r17497 r17527  
    1010    <th i18n:translate="">Full Name</th>
    1111    <th i18n:translate="">Course Studied</th>
    12     <th i18n:translate="">End Session</th>
    13     <th i18n:translate="">Entry Mode</th>
    1412    <th i18n:translate="">Submission Date</th>
    1513  </tr>
     
    2523    <td tal:content="python:item[0].display_fullname">Bob</td>
    2624    <td tal:content="python:getattr(item[0].course_studied,'title',None)">CERT</td>
    27     <td tal:content="python:getattr(item[0],'end_session',None)">2012</td>
    28     <td tal:content="python:getattr(item[0],'entry_mode',None)">UG</td>
    29     <td tal:content="python:item[1]">date</td>
     25    <td tal:content="python:item[1]">DATE</td>
    3026  </tr>
    3127  </tbody>
Note: See TracChangeset for help on using the changeset viewer.