adding asterisks to only non one-field forms

This commit is contained in:
Kristina Yin 2023-11-27 07:36:22 -08:00
parent c7b128e85f
commit 43e94383da
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584

View file

@ -8,7 +8,7 @@
{{ field.label }}
{% endif %}
<!--
{% if widget.attrs.required %}
{% if field.label != "Is your organization an election office?" and
field.label != “What .gov domain do you want?” and
@ -16,8 +16,8 @@
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
{% endif %}
{% endif %}
-->
<!--
{% if widget.attrs.required %}
{% if field.label == "What is the name of the tribe you represent? “ %}
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
@ -53,5 +53,5 @@
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
{% endif %}
{% endif %}
-->
</{{ label_tag }}>