fix spacing in roles
This commit is contained in:
parent
2fdcab9030
commit
0bc9e11b9a
@ -59,9 +59,9 @@
|
|||||||
{% if user.last_access %}• ⏳ {{ user.last_access | date }}{% endif %}
|
{% if user.last_access %}• ⏳ {{ user.last_access | date }}{% endif %}
|
||||||
</span>
|
</span>
|
||||||
<small class="block text-gray-600 dark:text-gray-100">
|
<small class="block text-gray-600 dark:text-gray-100">
|
||||||
{% for role in user.roles %}
|
{% for role in user.roles -%}
|
||||||
{{ role }}
|
{{ role }}
|
||||||
{% if not loop.last %},{% endif %}
|
{%- if not loop.last %}, {% endif -%}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</small>
|
</small>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user