Ignore:
Timestamp:
26 Apr 2018, 08:50:56 (7 years ago)
Author:
Henrik Bettermann
Message:

Allow lecturer role assignment also at department level.

File:
1 edited

Legend:

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

    r13908 r14992  
    55<div tal:repeat="course view/getCourses">
    66    <a tal:attributes="href python:view.url(course)">
    7       <span tal:content="course/title">ROLE</span>
    8       (<span tal:content="course/code">ROLE</span>)
     7      <span tal:content="python:course.__parent__.__parent__.__parent__.code">FAC</span> /
     8      <span tal:content="python:course.__parent__.__parent__.code">DEP</span> /
     9      <span tal:content="course/longtitle">COURSE</span>
    910    </a>
    1011</div>
Note: See TracChangeset for help on using the changeset viewer.