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 #}