mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
adjusted to portfolio check instead of organization feature flag
This commit is contained in:
parent
5c9f0bdc23
commit
8a24194a54
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
<ul class="usa-list">
|
||||
<li>Be available </li>
|
||||
<li>Relate to your organization’s 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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue