Skip to content

Commit

Permalink
Merge pull request #2504 from cisagov/rh/2471-update-finish-profile
Browse files Browse the repository at this point in the history
ISSUE #2471: Match Up User Profile Fields
  • Loading branch information
therealslimhsiehdy authored Jul 30, 2024
2 parents 6637c0f + b058365 commit 5d47c41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/registrar/templates/includes/finish_profile_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ <h2>What contact information should we use to reach you?</h2>
{% endwith %}
</div>

{% with show_edit_button=True show_readonly=True group_classes="usa-form-editable padding-top-2" %}
{% input_with_errors form.title %}
{% endwith %}

{% public_site_url "help/account-management/#get-help-with-login.gov" as login_help_url %}
{% with show_readonly=True add_class="display-none" group_classes="usa-form-editable usa-form-editable padding-top-2 bold-usa-label" %}
{% with link_href=login_help_url %}
Expand All @@ -64,10 +68,6 @@ <h2>What contact information should we use to reach you?</h2>
{% endwith %}
{% endwith %}

{% with show_edit_button=True show_readonly=True group_classes="usa-form-editable padding-top-2" %}
{% input_with_errors form.title %}
{% endwith %}

{% with show_edit_button=True show_readonly=True group_classes="usa-form-editable padding-top-2" %}
{% with add_class="usa-input--medium" %}
{% input_with_errors form.phone %}
Expand Down

0 comments on commit 5d47c41

Please sign in to comment.