mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 06:26:34 +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'
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue