adjusted to portfolio check instead of organization feature flag

This commit is contained in:
asaki222 2024-10-28 11:13:37 -04:00
parent 5c9f0bdc23
commit 8a24194a54
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4

View file

@ -6,7 +6,7 @@
<ul class="usa-list">
<li>Be available </li>
<li>Relate to your organizations name, location, and/or services </li>
{% if has_organization_feature_flag %}
{% if portfolio %}
<li>Be clear to the general public. Your domain name must not be easily confused with other organizations.</li>
{% else %}
<li>Be unlikely to mislead or confuse the general public (even if your domain is only intended for a specific audience) </li>
@ -23,7 +23,7 @@
<p>Note that <strong>only federal agencies can request generic terms</strong> like
vote.gov.</p>
{% if not has_organization_feature_flag%}
{% if not portfolio %}
<h2 class="margin-top-3">Domain examples for your type of organization</h2>
<div class="domain_example">
{% include "includes/domain_example.html" %}