Text toggle

This commit is contained in:
zandercymatics 2024-08-12 12:51:08 -06:00
parent 6b9ec52921
commit 3691a9ee58
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 5 additions and 3 deletions

View file

@ -5,8 +5,8 @@
{% block domain_content %}
{% if generic_org_type == "federal" or generic_org_type == "tribal" %}
{% include "includes/senior_official.html" with can_edit=False %}
{% include "includes/senior_official.html" with can_edit=False include_read_more_text=True %}
{% else %}
{% include "includes/senior_official.html" with can_edit=True %}
{% include "includes/senior_official.html" with can_edit=True include_read_more_text=True %}
{% endif %}
{% endblock %}

View file

@ -8,8 +8,10 @@
<p>
Your senior official is a person within your organization who can authorize domain requests.
This person must be in a role of significant, executive responsibility within the organization.
This person must be in a role of significant, executive responsibility within the organization.
{% if include_read_more_text %}
Read more about <a class="usa-link" rel="noopener noreferrer" target="_blank" href="{% public_site_url 'domains/eligibility/#you-must-have-approval-from-a-senior-official-within-your-organization' %}">who can serve as a senior official</a>.
{% endif %}
</p>
{% if can_edit %}