Skip to content
Snippets Groups Projects
Commit e6d766b4 authored by psy's avatar psy
Browse files

sort roles

parent 33a2c15a
Branches
Tags
No related merge requests found
......@@ -79,7 +79,7 @@
</tr>
</thead>
<tbody>
{% for role in roles %}
{% for role in roles|sort(attribute="name") %}
<tr id="role-{{ role.id }}">
<td>
<div class="form-check">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment