be able to auto populate people from planned trip
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user