0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-08 06:30:05 +00:00

Fix team display in admin.

This commit is contained in:
Pēteris Caune 2019-01-22 11:21:42 +02:00
parent 7ecd0b606d
commit 14c67bdaa9
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2

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>