added comment

This commit is contained in:
David Kennedy 2023-11-28 17:12:12 -05:00
parent 89aa3534cf
commit f957c299b8
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -21,6 +21,8 @@ DOMAIN_API_MESSAGES = {
" For example, if you want www.city.gov, you would enter “city”"
" (without the quotes).",
"extra_dots": "Enter the .gov domain you want without any periods.",
# message below is considered safe; no user input can be inserted into the message
# body; public_site_url() function reads from local app settings and therefore safe
"unavailable": mark_safe( # nosec
"That domain isnt available. "
"<a class='usa-link' href='{}' target='_blank'>"