From 847ab047d2c181a12b08694eb1118cc75b05aad4 Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Tue, 17 Sep 2024 17:48:05 -0400 Subject: [PATCH] SO html tweaks --- .../templates/includes/senior_official.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/registrar/templates/includes/senior_official.html b/src/registrar/templates/includes/senior_official.html index bb47a9167..0302bc71f 100644 --- a/src/registrar/templates/includes/senior_official.html +++ b/src/registrar/templates/includes/senior_official.html @@ -16,14 +16,6 @@ {% if can_edit %} {% include "includes/required_fields.html" %} -{% else %} -

- The senior official for your organization can’t be updated here. - To suggest an update, email help@get.gov. -

-{% endif %} - -{% if can_edit %}
{% csrf_token %} {% input_with_errors form.first_name %} @@ -33,8 +25,15 @@
{% elif not form.full_name.value and not form.title.value and not form.email.value %} -

No senior official was found.

+

+ Your senior official is a person within your organization who can authorize domain requests. + We don't have information about your organization's senior official. To suggest an update, email help@get.gov. +

{% else %} +

+ The senior official for your organization can’t be updated here. + To suggest an update, email help@get.gov. +

{% if form.full_name.value is not None %} {% include "includes/input_read_only.html" with field=form.full_name %}