Make link open in other tab, content change

This commit is contained in:
zandercymatics 2024-11-13 10:21:14 -07:00
parent 192e499953
commit d19aea4683
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 3 additions and 3 deletions

View file

@ -121,7 +121,7 @@ class RequestingEntityForm(RegistrarForm):
if not cleaned_data.get("suborganization_state_territory"):
self.add_error(
"suborganization_state_territory",
"Select the state, territory, or military post where your suborganization is located",
"Select the state, territory, or military post where your suborganization is located.",
)
elif not suborganization:
self.add_error("sub_organization", "Suborganization is required.")