From 70736c1da8c0715a649c5e95878a405e66573461 Mon Sep 17 00:00:00 2001 From: Peter Fogg Date: Tue, 4 Jun 2013 13:23:09 -0400 Subject: [PATCH] Remove tabs from unit.html for the third time. --- cms/templates/unit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/templates/unit.html b/cms/templates/unit.html index f805255132..b9a83265d9 100644 --- a/cms/templates/unit.html +++ b/cms/templates/unit.html @@ -70,7 +70,7 @@ % for type, templates in sorted(component_templates.items()): - % if len(templates) > 1 or type == 'advanced': + % if len(templates) > 1 or type == 'advanced':
% if type == "problem":
@@ -115,7 +115,7 @@ % endif Cancel
- % endif + % endif % endfor