From df28667a9c97298933895ba854ccd06f971ba5fb Mon Sep 17 00:00:00 2001 From: Mandel Olaiya Date: Mon, 4 May 2026 20:18:30 +0200 Subject: [PATCH] Fix category links across locales --- mandelstudio/templates/webshop/mega_dropdown.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mandelstudio/templates/webshop/mega_dropdown.html b/mandelstudio/templates/webshop/mega_dropdown.html index 861099f..78cd057 100644 --- a/mandelstudio/templates/webshop/mega_dropdown.html +++ b/mandelstudio/templates/webshop/mega_dropdown.html @@ -1,16 +1,17 @@ -{% load i18n ocyan_thumbnail %} +{% load i18n ocyan_thumbnail mandelstudio_i18n %} {% if menu_items %} {% for menu_item in menu_items %} {% with category_icon=menu_item.category.icons.first %} +{% with category_url=menu_item.get_absolute_url|language_neutral_path %} {% if menu_item.has_children %}