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