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 %}