mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-03 02:57:25 +02:00
added comment
This commit is contained in:
parent
89aa3534cf
commit
f957c299b8
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ DOMAIN_API_MESSAGES = {
|
||||||
" For example, if you want www.city.gov, you would enter “city”"
|
" For example, if you want www.city.gov, you would enter “city”"
|
||||||
" (without the quotes).",
|
" (without the quotes).",
|
||||||
"extra_dots": "Enter the .gov domain you want without any periods.",
|
"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
|
"unavailable": mark_safe( # nosec
|
||||||
"That domain isn’t available. "
|
"That domain isn’t available. "
|
||||||
"<a class='usa-link' href='{}' target='_blank'>"
|
"<a class='usa-link' href='{}' target='_blank'>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue