From 7e39db81eaf1e84818da561e0360b6f4c56ff863 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Thu, 5 Nov 2015 02:03:40 +0000 Subject: [PATCH] Fix the links on the state help index page. Fixes #1775. Commit ready for merge. - Legacy-Id: 10426 --- ietf/templates/help/state_index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}