mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +02:00
Text toggle
This commit is contained in:
parent
6b9ec52921
commit
3691a9ee58
2 changed files with 5 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue