diff --git a/combo/apps/pwa/templates/combo/pwa/navigation.html b/combo/apps/pwa/templates/combo/pwa/navigation.html index ed666dc0..ca8cf5e3 100644 --- a/combo/apps/pwa/templates/combo/pwa/navigation.html +++ b/combo/apps/pwa/templates/combo/pwa/navigation.html @@ -1,12 +1,13 @@ {% load combo %} {% if entries|length %} -
+
    {% for entry in entries %}
  • + {% if entry.use_user_name_as_label %}data-include-user-name{% endif %}> {{ entry.get_label }}
  • @@ -15,8 +16,8 @@