diff --git a/mayan/apps/appearance/templates/appearance/base.html b/mayan/apps/appearance/templates/appearance/base.html index 6548510070..97e6db6a4c 100644 --- a/mayan/apps/appearance/templates/appearance/base.html +++ b/mayan/apps/appearance/templates/appearance/base.html @@ -117,11 +117,13 @@ {% with 'true' as hide_active_anchor %} {% with 'active' as li_class_active %} {% with 'first' as li_class_first %} + {% with ' ' as link_classes %} {% include 'navigation/generic_subnavigation.html' %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} + {% endwith %} {% endfor %}