Changeset 3917 for waeup/branches/ulif-rewrite
- Timestamp:
- 6 Feb 2009, 23:12:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/app_templates/content.pt
r3889 r3917 5 5 <ul> 6 6 <li tal:repeat="fac context/faculties/values"> 7 <a href="." 7 <a href="." 8 8 tal:content="fac/name" 9 tal:attributes="href python:view.url(fac)" /> 9 tal:attributes="href python:view.url(fac)"> 10 Faculty Name 11 </a> 10 12 </li> 11 13 </ul>
Note: See TracChangeset for help on using the changeset viewer.