Add missing content

This commit is contained in:
zandercymatics 2024-03-18 15:07:16 -06:00
parent 0a2dbe107a
commit f14aaea543
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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 cant 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 cant 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" %}