diff --git a/src/registrar/templates/application_authorizing_official.html b/src/registrar/templates/application_authorizing_official.html index 9442711d9..a3458ed90 100644 --- a/src/registrar/templates/application_authorizing_official.html +++ b/src/registrar/templates/application_authorizing_official.html @@ -12,7 +12,7 @@

-

Domain requests from cities must be authorized by the mayor or the equivalent highest elected official.

+ {% include "includes/ao_example__city.html" %}

We’ll contact your authorizing official to let them know that you made this request and to double check that they approve it.

diff --git a/src/registrar/templates/application_dotgov_domain.html b/src/registrar/templates/application_dotgov_domain.html index 368183d7b..7b0d0700d 100644 --- a/src/registrar/templates/application_dotgov_domain.html +++ b/src/registrar/templates/application_dotgov_domain.html @@ -18,21 +18,7 @@

Here are a few domain examples for your type of organization.

-

Most city domains must include the two-letter state abbreviation or clearly spell out the state name. Using phrases like “City of” or “Town of” is optional.

-

Examples: -

-

-

Some cities don’t have to refer to their state. -

-

+ {% include "includes/domain_example__city.html" %}
diff --git a/src/registrar/templates/includes/ao_example__city.html b/src/registrar/templates/includes/ao_example__city.html new file mode 100644 index 000000000..cfb558376 --- /dev/null +++ b/src/registrar/templates/includes/ao_example__city.html @@ -0,0 +1 @@ +

Domain requests from cities must be authorized by the mayor or the equivalent highest elected official.

diff --git a/src/registrar/templates/includes/domain_example__city.html b/src/registrar/templates/includes/domain_example__city.html new file mode 100644 index 000000000..438ea005d --- /dev/null +++ b/src/registrar/templates/includes/domain_example__city.html @@ -0,0 +1,15 @@ +

Most city domains must include the two-letter state abbreviation or clearly spell out the state name. Using phrases like “City of” or “Town of” is optional.

+

Examples: +

+

+

Some cities don’t have to refer to their state. +

+