From aa875aa325f455fd4418dc2fa07f4b6e35f1618b Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Tue, 28 May 2024 12:02:15 -0600 Subject: [PATCH] Update profile_form.html --- .../templates/includes/profile_form.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/registrar/templates/includes/profile_form.html b/src/registrar/templates/includes/profile_form.html index ce337b4d5..f0ec0bc89 100644 --- a/src/registrar/templates/includes/profile_form.html +++ b/src/registrar/templates/includes/profile_form.html @@ -6,7 +6,7 @@ {% endblock profile_header %} {% block profile_blurb %} -

We require that you maintain accurate contact information. The details you provide will only be used to support the administration of .gov and won’t be made public.

+

We require that you maintain accurate contact information. The details you provide will only be used to support the administration of .gov and won’t be made public.

Contact information

Review the details below and update any required information. Note that editing this information won’t affect your Login.gov account information.

@@ -15,9 +15,9 @@ {% block profile_form %} +
{% csrf_token %} -
{% input_with_errors form.first_name %} @@ -30,22 +30,21 @@ {% public_site_url "help/account-management/#get-help-with-login.gov" as login_help_url %} {% with link_href=login_help_url %} - {% with sublabel_text="We recommend using your work email for your .gov account. If the wrong email is displayed below, you’ll need to update your Login.gov account and log back in. Get help with your Login.gov account." %} + {% with sublabel_text="We recommend using your work email for your .gov account. If the wrong email is displayed below, you’ll need to update your Login.gov account and log back in. Get help with your Login.gov account." %} {% with link_text="Get help with your Login.gov account" %} - {% with target_blank=True %} + {% with target_blank=True %} {% with do_not_show_max_chars=True %} - {% input_with_errors form.email %} - {% endwith %} + {% input_with_errors form.email %} {% endwith %} + {% endwith %} {% endwith %} - {% endwith %} + {% endwith %} {% endwith %} {% with add_class="usa-input--medium" %} - {% input_with_errors form.phone %} + {% input_with_errors form.phone %} {% endwith %} -
- +
{% endblock profile_form %}