Remove tabs from unit.html for the third time.

This commit is contained in:
Peter Fogg
2013-06-04 13:23:09 -04:00
parent e982d7fcdc
commit 70736c1da8

View File

@@ -70,7 +70,7 @@
</ul>
</div>
% for type, templates in sorted(component_templates.items()):
% if len(templates) > 1 or type == 'advanced':
% if len(templates) > 1 or type == 'advanced':
<div class="new-component-templates new-component-${type}">
% if type == "problem":
<div class="tab-group tabs">
@@ -115,7 +115,7 @@
% endif
<a href="#" class="cancel-button">Cancel</a>
</div>
% endif
% endif
% endfor
</li>
</ol>