Changeset 14992 for main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
- Timestamp:
- 26 Apr 2018, 08:50:56 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/mycourses.pt
r13908 r14992 5 5 <div tal:repeat="course view/getCourses"> 6 6 <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> 9 10 </a> 10 11 </div>
Note: See TracChangeset for help on using the changeset viewer.