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:
parent
7ecd0b606d
commit
14c67bdaa9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue