mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +02:00
Merge pull request #2134 from cisagov/h-m-f-t-patch-1
Add link to get.gov FAQ on commercial purposes in the request form
This commit is contained in:
commit
cb16c5d1de
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{% extends 'domain_request_form.html' %}
|
||||
{% load field_helpers %}
|
||||
{% load url_helpers %}
|
||||
|
||||
{% block form_instructions %}
|
||||
<p>Please read this page. Check the box at the bottom to show that you agree to the requirements for operating a .gov domain.</p>
|
||||
|
@ -10,7 +11,7 @@
|
|||
|
||||
<h3>Commercial purposes</h3>
|
||||
|
||||
<p>A .gov domain must not be used for commercial purposes, such as advertising that benefits private individuals or entities.</p>
|
||||
<p>A .gov domain must not be used for <a class="usa-link" rel="noopener noreferrer" target="_blank" href="{% public_site_url 'help/faq#commercial-purposes' %}">commercial purposes</a>, such as advertising that benefits private individuals or entities.</p>
|
||||
|
||||
<h3>Political campaigns</h3>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue