be able to auto populate people from planned trip
Some checks failed
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
2024-08-13 23:02:34 +02:00
parent bb502a4561
commit e55f380c4f
8 changed files with 59 additions and 8 deletions

View File

@ -61,7 +61,8 @@
<small class="block text-gray-600 dark:text-gray-100">
{% for role in user.roles -%}
{{ role }}
{%- if not loop.last %}, {% endif -%}
{%- if not loop.last %},
{% endif -%}
{% endfor %}
</small>
</span>