Files
edx-platform/lms/templates/foldit.html
2013-02-25 17:28:22 -05:00

13 lines
150 B
HTML

<section class="foldit">
% if show_basic:
${folditbasic}
% endif
% if show_leader:
${folditchallenge}
% endif
</section>