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':