From 56ee1ea3bb77ae28db7abcae0a7e84cff5b0fabb Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Wed, 4 Oct 2023 22:37:49 +0200 Subject: [PATCH] fix: Add active class dropdown menus in nav (#158) --- djangocms_frontend/templates/bootstrap5/dropdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangocms_frontend/templates/bootstrap5/dropdown.html b/djangocms_frontend/templates/bootstrap5/dropdown.html index 2108ba0e..b7661bd4 100644 --- a/djangocms_frontend/templates/bootstrap5/dropdown.html +++ b/djangocms_frontend/templates/bootstrap5/dropdown.html @@ -3,5 +3,5 @@ {% if child.get_menu_title|first == ' ' %} {% endif %} - {{ child.get_menu_title }} + {{ child.get_menu_title }} {% endfor %}