Commit 70736c1d by Peter Fogg

Remove tabs from unit.html for the third time.

parent e982d7fc
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment