mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-14 06:55:08 +02:00
adding asterisks to only non one-field forms
This commit is contained in:
parent
c7b128e85f
commit
43e94383da
1 changed files with 3 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,5 +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