Update domain.py

This commit is contained in:
zandercymatics 2024-03-07 08:46:35 -07:00
parent 6e25d0e000
commit 8438067d79
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -351,7 +351,7 @@ class DomainOrgNameAddressForm(forms.ModelForm):
},
}
widgets = {
# We need to set the required attributed for State/territory
# We need to set the required attributed for State/territory
# because for this fields we are creating an individual
# instance of the Select. For the other fields we use the for loop to set
# the class's required attribute to true.