mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 22:46:30 +02:00
Resolves #2871
This commit is contained in:
parent
2ff8564e95
commit
44681307a6
2 changed files with 5 additions and 2 deletions
|
@ -413,6 +413,9 @@ class CurrentSitesForm(RegistrarForm):
|
|||
error_messages={
|
||||
"invalid": ("Enter your organization's current website in the required format, like example.com.")
|
||||
},
|
||||
widget=forms.URLInput(attrs={
|
||||
'aria-labelledby': 'id_current_sites_header id_current_sites_body'
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
{% block form_instructions %}
|
||||
<p>We can better evaluate your request if we know about domains you’re already using.</p>
|
||||
<h2>What are the current websites for your organization?</h2>
|
||||
<p>Enter your organization’s current public websites. If you already have a .gov domain, include that in your list. This question is optional.</p>
|
||||
<h2 id="id_current_sites_header">What are the current websites for your organization?</h2>
|
||||
<p id="id_current_sites_body">Enter your organization’s current public websites. If you already have a .gov domain, include that in your list. This question is optional.</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block form_required_fields_help_text %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue