From cf1568202a489fb384dd02cb403c9ac01f2cfe85 Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Wed, 20 Dec 2023 16:06:26 -0800 Subject: [PATCH] Hide paragraph if Federal in form --- src/registrar/templates/application_authorizing_official.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/registrar/templates/application_authorizing_official.html b/src/registrar/templates/application_authorizing_official.html index 08df404a3..873129d95 100644 --- a/src/registrar/templates/application_authorizing_official.html +++ b/src/registrar/templates/application_authorizing_official.html @@ -6,7 +6,9 @@ Who is the authorizing official for your organization? -

Your authorizing official is a person within your organization who can authorize your domain request. This person must be in a role of significant, executive responsibility within the organization.

+ {% if not is_federal %} +

Your authorizing official is a person within your organization who can authorize your domain request. This person must be in a role of significant, executive responsibility within the organization.

+ {% endif %}
{% include "includes/ao_example.html" %}