Browse Source

Fix team display in admin.

pull/214/head
Pēteris Caune 6 years ago
parent
commit
14c67bdaa9
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/admin/profile_list_team.html

+ 1
- 1
templates/admin/profile_list_team.html View File

@ -1,6 +1,6 @@
{{ profile.user.email }}
<ul>
{% for member in profile.member_set.all %}
{% for member in profile.members %}
<li>{{ member.user.email }}</li>
{% endfor %}
</ul>

Loading…
Cancel
Save