manager: make agenda's groups foldable (#85616)
gitea/chrono/pipeline/head This commit looks good Details

This commit is contained in:
Yann Weber 2024-03-21 12:11:02 +01:00
parent 07512150e8
commit 86e25f5fd2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
{% if object_list %}
{% regroup object_list by category as agenda_groups %}
{% for group in agenda_groups %}
<div class="section">
<div class="section foldable" data-section-folded-pref-name="folded-admin-forms-group-{{forloop.counter}}">
{% if group.grouper %}<h3>{{ group.grouper }}</h3>{% elif not forloop.first %}<h3>{% trans "Misc" %}</h3>{% endif %}
<ul class="objects-list single-links">
{% for object in group.list %}