mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Users on domain detail page
This commit is contained in:
parent
1e69eb3c10
commit
0d05225c6d
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@
|
|||
<h1>{{ domain.name }}</h1>
|
||||
|
||||
<p>Active: {% if domain.is_active %}Yes{% else %}No{% endif %}</p>
|
||||
|
||||
<h2>Users</h2>
|
||||
<ul>
|
||||
{% for user in domain.users.all %}
|
||||
<li>{{ user }} <{{ user.email }}></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</main>
|
||||
{% endblock %} {# content #}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue