diff --git a/templates/header_slim.html b/templates/header_slim.html index 15a070fd..0e61b293 100644 --- a/templates/header_slim.html +++ b/templates/header_slim.html @@ -62,7 +62,7 @@ {% for child in children %} {% if loop.index <= 3 %}
  • - + {{ child.title }}
  • @@ -74,7 +74,7 @@ {% for child in children %} {% if loop.index <= 3 %}
  • - + {{ child.title }}
  • diff --git a/templates/header_with_logo.html b/templates/header_with_logo.html index 3ca4214d..a90f239a 100644 --- a/templates/header_with_logo.html +++ b/templates/header_with_logo.html @@ -62,7 +62,7 @@ {% for child in children %} {% if loop.index <= 3 %}
  • - + {{ child.title }}
  • @@ -74,7 +74,7 @@ {% for child in children %} {% if loop.index <= 3 %}
  • - + {{ child.title }}