mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +02:00
Add missing content
This commit is contained in:
parent
0a2dbe107a
commit
f14aaea543
1 changed files with 6 additions and 1 deletions
|
@ -11,11 +11,16 @@
|
|||
|
||||
<p>The name of your organization will be publicly listed as the domain registrant.</p>
|
||||
|
||||
{% if domain.domain_info.organization_type == 'federal' %}
|
||||
{% if domain.domain_info.organization_type == "federal" %}
|
||||
<p>
|
||||
The federal agency for your organization can’t be updated here.
|
||||
To suggest an update, email <a href="mailto:help@get.gov" class="usa-link">help@get.gov</a>.
|
||||
</p>
|
||||
{% elif domain.domain_info.organization_type == "tribal" %}
|
||||
<p>
|
||||
Your organization name can’t be updated here.
|
||||
To suggest an update, email <a href="mailto:help@get.gov" class="usa-link">help@get.gov</a>.
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
{% include "includes/required_fields.html" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue