Update no_portfolio_domains.html

This commit is contained in:
zandercymatics 2024-08-16 09:03:48 -06:00
parent 0fcd17a819
commit 4021bb24d2
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -9,9 +9,8 @@
<section class="section--outlined">
<div class="section--outlined__header margin-bottom-3">
<h2 id="domains-header" class="display-inline-block">You arent managing any domains.</h2>
<p>If you believe you should have access to a domain, reach out to your organizations administrators.</p>
{% if portfolio_administrators %}
<p>If you believe you should have access to a domain, reach out to your organizations administrators.</p>
<p>Your organizations administrators:</p>
<ul class="margin-top-0">
{% for administrator in portfolio_administrators %}
@ -24,7 +23,7 @@
</ul>
{% else %}
<p><strong>No administrators were found on your organization.</strong></p>
<p>To suggest an update, email <a href="mailto:help@get.gov" class="usa-link">help@get.gov</a>.</p>
<p>If you believe you should have access to a domain, email <a href="mailto:help@get.gov" class="usa-link">help@get.gov</a>.</p>
{% endif %}
</div>
</section>