Skip to content
Snippets Groups Projects
Commit 234922f8 authored by Julian's avatar Julian
Browse files

Fix HTML element id construction in role view

parent 2d0ed84b
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@
</thead>
<tbody>
{% for r in roles|sort(attribute="name")|sort(attribute='name') %}
<tr id="include-role-{{ role.id }}">
<tr id="include-role-{{ r.id }}">
<td>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="include-role-{{ r.id }}-checkbox" name="include-role-{{ r.id }}" value="1" aria-label="enabled"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment