From 0d05225c6d82ca4889a663c685b99dd09b851da9 Mon Sep 17 00:00:00 2001 From: Neil Martinsen-Burrell Date: Mon, 20 Mar 2023 12:55:02 -0500 Subject: [PATCH] Users on domain detail page --- src/registrar/templates/domain_detail.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/registrar/templates/domain_detail.html b/src/registrar/templates/domain_detail.html index 5d0624209..bf1de466d 100644 --- a/src/registrar/templates/domain_detail.html +++ b/src/registrar/templates/domain_detail.html @@ -9,6 +9,13 @@

{{ domain.name }}

Active: {% if domain.is_active %}Yes{% else %}No{% endif %}

+ +

Users

+ {% endblock %} {# content #}