This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
compte-agglo-montpellier/compte_agglo_montpellier/templates/compte-agglo-montpellier/agglo-links-menu.html

5 lines
213 B
HTML

{% load menu_tags %}
{% for child in children %}
<a class="agglo-{{ child.get_menu_title|slugify }}" href="{{ child.attr.redirect_url|default:child.get_absolute_url }}">{{ child.get_menu_title }}</a>
{% endfor %}