diff --git a/users/templates/groups/group_details.html b/users/templates/groups/group_details.html index e90de85..6dd11c5 100644 --- a/users/templates/groups/group_details.html +++ b/users/templates/groups/group_details.html @@ -8,14 +8,18 @@

Description

{{ group.description }}

-

Customer: {{ group.customer }}

+

Customer: + {{ group.customer }} +

{% for user in users %} - + {% endfor %}
User
{{ user }} + {{ user }} +