diff --git a/ietf/templates/help/state_index.html b/ietf/templates/help/state_index.html index 0e9aaef40..5648a5bde 100644 --- a/ietf/templates/help/state_index.html +++ b/ietf/templates/help/state_index.html @@ -23,10 +23,10 @@ {% for type in types %} {% if type.stategroups != None %} - {{type.slug}} + {{type.slug}} {% for group in type.stategroups %} - {{ group }}{% if not forloop.last %}, {% endif %} + {{ group }}{% if not forloop.last %}, {% endif %} {% endfor %}