Files
edx-platform/lms/templates/studio_render_children_view.html
Andy Armstrong d65e887d1a New Publishing controls on Unit page.
STUD-1707
2014-08-07 12:16:17 -04:00

13 lines
251 B
HTML

% if can_reorder:
<ol class="reorderable-container">
% endif
% for item in items:
${item['content']}
% endfor
% if can_reorder:
</ol>
% endif
% if can_add:
<div class="add-xblock-component new-component-item adding"></div>
% endif