mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
Update application.py (#388)
* Update application.py * Update tribal government AO info * Update application_current_sites.html
This commit is contained in:
parent
c00ec05e06
commit
e6e69b237f
3 changed files with 6 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
{{ forms.0.management_form }}
|
||||
{# TODO: aria-describedby to associate these instructions with the input! #}
|
||||
<p id="website_instructions">
|
||||
Enter your organization’s public website, if you have one. For example, www.city.com.
|
||||
Enter your organization’s current public website, if you have one. For example, www.city.com.
|
||||
</p>
|
||||
{% for form in forms.0 %}
|
||||
{% input_with_errors form.website %}
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
<p>Domain requests from state legislatures and courts must be authorized by an agency’s <strong>Chief Information Officer</strong> or <strong>highest-ranking executive</strong>.</p>
|
||||
|
||||
{% elif organization_type == 'tribal' %}
|
||||
<p>Domain requests from federally-recognized tribal governments must be authorized by <strong>the leader of the tribe</strong>, as recognized by the as noted by the <a href="https://www.bia.gov/service/tribal-leaders-directory" class="usa-link"> Bureau of Indian Affairs.</a></p>
|
||||
<p>Domain requests from federally-recognized tribal governments must be authorized by the leader of the tribe, as recognized by the <a href="https://www.bia.gov/service/tribal-leaders-directory" class="usa-link">Bureau of Indian Affairs.</a></p>
|
||||
<p>Domain requests from state-recognized tribal governments must be authorized by the leader of the tribe, as determined by the state’s tribal recognition initiative.</p>
|
||||
|
||||
{% endif %}
|
||||
|
|
|
@ -70,10 +70,10 @@ class ApplicationWizard(LoginRequiredMixin, TemplateView):
|
|||
TITLES = {
|
||||
Step.ORGANIZATION_TYPE: _("Type of organization"),
|
||||
Step.TRIBAL_GOVERNMENT: _("Tribal government"),
|
||||
Step.ORGANIZATION_FEDERAL: _("Type of organization — Federal"),
|
||||
Step.ORGANIZATION_ELECTION: _("Type of organization — Election board"),
|
||||
Step.ORGANIZATION_FEDERAL: _("Type of organization: Federal"),
|
||||
Step.ORGANIZATION_ELECTION: _("Type of organization: Election office"),
|
||||
Step.ORGANIZATION_CONTACT: _("Organization name and mailing address"),
|
||||
Step.TYPE_OF_WORK: _("Type of Work"),
|
||||
Step.TYPE_OF_WORK: _("Type of work"),
|
||||
Step.AUTHORIZING_OFFICIAL: _("Authorizing official"),
|
||||
Step.CURRENT_SITES: _("Organization website"),
|
||||
Step.DOTGOV_DOMAIN: _(".gov domain"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue