Files
edx-platform/lms/templates/vert_module.html
2012-06-06 14:09:01 -04:00

8 lines
121 B
HTML

<ol class="vert-mod">
% for t in items:
<li id="vert-${items.index(t)}">
${t[1]['content']}
</li>
% endfor
</ol>