From e130e54e026243cd96d4792fd0a79f02a0b6e9bf Mon Sep 17 00:00:00 2001 From: Jan Rosier Date: Sun, 31 Aug 2025 19:07:52 +0200 Subject: [PATCH] [Bootstrap v5] Fix the active links in the navigation --- templates/admin/layout.html.twig | 4 ++-- templates/base.html.twig | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/admin/layout.html.twig b/templates/admin/layout.html.twig index dbc305e26..e17d5a09c 100644 --- a/templates/admin/layout.html.twig +++ b/templates/admin/layout.html.twig @@ -13,8 +13,8 @@ {% endblock %} {% block header_navigation_links %} -
  • - +
  • diff --git a/templates/base.html.twig b/templates/base.html.twig index 8e5b7d62e..8902428fd 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -40,8 +40,8 @@