[absences@]Sort liste des élèves
This commit is contained in:
parent
61267ba243
commit
202ce66ed6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{% if groups|default %}
|
||||
<div id="accordion" class="panel-group" role="tablist" aria-multiselectable="true">
|
||||
{% for identifier, group in groups %}
|
||||
{% for identifier, group in groups|sort %}
|
||||
<div class="panel panel-default">
|
||||
<button id="head_{{ identifier }}" class="panel-heading collapsed" data-parent="#accordion" data-target="#{{ identifier }}" data-toggle="collapse" aria-expanded="false">
|
||||
<h4 class="panel-title">{{ group['nom'] }}</h4>
|
||||
|
|
Loading…
Reference in a new issue