mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-18 07:24:10 +02:00
only adding asterisks to forms that have more than one field
This commit is contained in:
parent
83017ecf5d
commit
c7b128e85f
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
{{ field.label }}
|
{{ field.label }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<!--
|
||||||
{% if widget.attrs.required %}
|
{% if widget.attrs.required %}
|
||||||
{% if field.label != "Is your organization an election office?" and
|
{% if field.label != "Is your organization an election office?" and
|
||||||
field.label != “What .gov domain do you want?” and
|
field.label != “What .gov domain do you want?” and
|
||||||
|
@ -16,8 +16,8 @@
|
||||||
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
-->
|
||||||
|
|
||||||
<!--
|
|
||||||
{% if widget.attrs.required %}
|
{% if widget.attrs.required %}
|
||||||
{% if field.label == "What is the name of the tribe you represent? “ %}
|
{% if field.label == "What is the name of the tribe you represent? “ %}
|
||||||
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
||||||
|
@ -53,6 +53,5 @@
|
||||||
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
-->
|
|
||||||
|
|
||||||
</{{ label_tag }}>
|
</{{ label_tag }}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue