Skip to content
Snippets Groups Projects
Commit 70363bfb authored by rixx's avatar rixx
Browse files

Show roles instead of groups

parent c59767a9
Branches
Tags
No related merge requests found
Pipeline #6723 passed
......@@ -48,8 +48,8 @@
You are currently a member in these groups:
{% endif %}
<ul>
{% for group in user.groups|sort(attribute="name") %}
<li>{{ group.name }}</li>
{% for role in user.roles_recursive|sort(attribute="name") %}
<li>{{ role.name }}</li>
{% endfor %}
</ul>
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment