mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
Mr/other contacts intro (#436)
* Update application_other_contacts.html * Update application.py * Update application_other_contacts.html
This commit is contained in:
parent
e29482f0c4
commit
b65778005a
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 %}
|
||||
|
|
|
@ -81,7 +81,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.SECURITY_EMAIL: _("Security email for public use"),
|
||||
Step.ANYTHING_ELSE: _("Anything else we should know?"),
|
||||
Step.REQUIREMENTS: _(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue