This commit is contained in:
CocoByte 2025-01-15 15:37:16 -07:00
parent 2ff8564e95
commit 44681307a6
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 5 additions and 2 deletions

View file

@ -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'
})
)

View file

@ -3,8 +3,8 @@
{% block form_instructions %}
<p>We can better evaluate your request if we know about domains youre already using.</p>
<h2>What are the current websites for your organization?</h2>
<p>Enter your organizations 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 organizations 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 %}