Update profile_form.html

This commit is contained in:
zandercymatics 2024-05-28 12:02:15 -06:00
parent f613de39f5
commit aa875aa325
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -6,7 +6,7 @@
{% endblock profile_header %}
{% block profile_blurb %}
<p>We <a href="https://get.gov/domains/requirements/#what-.gov-domain-registrants-must-do" target="_blank">require</a> that you maintain accurate contact information. The details you provide will only be used to support the administration of .gov and wont be made public.</p>
<p>We <a href="{% public_site_url 'domains/requirements/#what-.gov-domain-registrants-must-do' %}" target="_blank">require</a> that you maintain accurate contact information. The details you provide will only be used to support the administration of .gov and wont be made public.</p>
<h2>Contact information</h2>
<p>Review the details below and update any required information. Note that editing this information wont affect your Login.gov account information.</p>
@ -15,9 +15,9 @@
{% block profile_form %}
<form class="usa-form usa-form--large" method="post" novalidate>
{% csrf_token %}
<fieldset class="usa-fieldset">
{% input_with_errors form.first_name %}
@ -45,7 +45,6 @@
{% input_with_errors form.phone %}
{% endwith %}
</fieldset>
<button type="submit" class="usa-button">Save</button>
<button type="submit" class="usa-button">Save</button>
</form>
{% endblock profile_form %}