mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Merge branch 'main' into jon/425
This commit is contained in:
commit
e6cbe34015
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
{% load static field_helpers %}
|
||||
|
||||
{% block form_instructions %}
|
||||
<p>We’d like to contact other employees with administrative or technical responsibilities in your organization. For example, they could be involved in managing your organization or its technical infrastructure. This information will help us assess your eligibility and understand the purpose of the .gov domain. These contacts should be in addition to you and your authorizing official. They should be employees of your organization.</p>
|
||||
<p>We’d like to contact other employees in your organization about your domain request. For example, they could be involved in managing your organization or its technical infrastructure. <strong>This information will help us assess your eligibility for a .gov domain.</strong> These contacts should be in addition to you and your authorizing official. They should be employees of your organization.</p>
|
||||
|
||||
<p>We’ll email these contacts to let them know that you made this request.</p>
|
||||
{% endblock %}
|
||||
|
@ -14,7 +14,7 @@
|
|||
{% for form in forms.0.forms %}
|
||||
<fieldset class="usa-fieldset">
|
||||
<legend>
|
||||
<h2>Administrative or technical contact {{ forloop.counter }}</h2>
|
||||
<h2>Organization contact {{ forloop.counter }}</h2>
|
||||
</legend>
|
||||
|
||||
{% input_with_errors form.first_name %}
|
||||
|
|
|
@ -80,7 +80,7 @@ class ApplicationWizard(LoginRequiredMixin, TemplateView):
|
|||
Step.DOTGOV_DOMAIN: _(".gov domain"),
|
||||
Step.PURPOSE: _("Purpose of your domain"),
|
||||
Step.YOUR_CONTACT: _("Your contact information"),
|
||||
Step.OTHER_CONTACTS: _("Other contacts for your organization"),
|
||||
Step.OTHER_CONTACTS: _("Other employees from your organization"),
|
||||
Step.ANYTHING_ELSE: _("Anything else we should know?"),
|
||||
Step.REQUIREMENTS: _(
|
||||
"Requirements for registration and operation of .gov domains"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue