mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 02:36:02 +02:00
updated with org model flag
This commit is contained in:
parent
0952c9d216
commit
337e6e5705
2 changed files with 18 additions and 3 deletions
|
@ -6,7 +6,11 @@
|
||||||
<ul class="usa-list">
|
<ul class="usa-list">
|
||||||
<li>Be available </li>
|
<li>Be available </li>
|
||||||
<li>Relate to your organization’s name, location, and/or services </li>
|
<li>Relate to your organization’s name, location, and/or services </li>
|
||||||
|
{% if has_organization_feature_flag %}
|
||||||
<li>Be clear to the general public. Your domain name must not be easily confused with other organizations.</li>
|
<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>
|
||||||
|
{% end %}
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -19,6 +23,12 @@
|
||||||
|
|
||||||
<p>Note that <strong>only federal agencies can request generic terms</strong> like
|
<p>Note that <strong>only federal agencies can request generic terms</strong> like
|
||||||
vote.gov.</p>
|
vote.gov.</p>
|
||||||
|
{% if not has_organization_feature_flag%}
|
||||||
|
<h2 class="margin-top-3">Domain examples for your type of organization</h2>
|
||||||
|
<div class="domain_example">
|
||||||
|
{% include "includes/domain_example.html" %}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,15 +7,20 @@
|
||||||
|
|
||||||
{% block form_fields %}
|
{% block form_fields %}
|
||||||
|
|
||||||
<fieldset class="usa-fieldset margin-top-2">
|
<fieldset class="usa-fieldset margin-top-2">
|
||||||
<legend>
|
{% if has_organization_feature_flag %}
|
||||||
<p><em>Required fields are marked with an asterisk <abbr class="usa-hint usa-hint--required" title="required">(*)</abbr>.</em></p>
|
<p><em>Required fields are marked with an asterisk <abbr class="usa-hint usa-hint--required" title="required">(*)</abbr>.</em></p>
|
||||||
|
{% endif %}
|
||||||
<h2>Is there anything else you’d like us to know about your domain request?</h2>
|
<h2>Is there anything else you’d like us to know about your domain request?</h2>
|
||||||
</legend>
|
</legend>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<div class="margin-top-3" id="anything-else">
|
<div class="margin-top-3" id="anything-else">
|
||||||
|
{% if has_organization_feature_flag %}
|
||||||
<p><em>Provide details below. <abbr class="usa-hint usa-hint--required" title="required">*</abbr></em></p>
|
<p><em>Provide details below. <abbr class="usa-hint usa-hint--required" title="required">*</abbr></em></p>
|
||||||
|
{% else %}
|
||||||
|
<p>Provide details below. <abbr class="usa-hint usa-hint--required" title="required">*</abbr></p>
|
||||||
|
{% end %}
|
||||||
{% with attr_maxlength=2000 add_label_class="usa-sr-only" %}
|
{% with attr_maxlength=2000 add_label_class="usa-sr-only" %}
|
||||||
{% input_with_errors forms.0.anything_else %}
|
{% input_with_errors forms.0.anything_else %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue