Files
edx-platform/vert_module.html
Kyle Fiedler 63ad756a2d Added style for video and sequence
--HG--
branch : kf-refactor
2012-01-06 15:38:21 -05: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>