fixing syntax again

This commit is contained in:
Kristina Yin 2023-11-27 14:50:07 -08:00
parent b8236180e4
commit 3371ee5ffc
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584

View file

@ -10,7 +10,7 @@
{% if widget.attrs.required %}
<!--Don't include asterisk in one-field forms-->
{% if (field.label != "Is your organization an election office?") or (field.label != "What .gov domain do you want?") or (field.label != "I read and agree to the requirements for operating .gov domains.") %}
{% if field.label != "Is your organization an election office?" or field.label != "What .gov domain do you want?" or field.label != "I read and agree to the requirements for operating .gov domains." %}
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
{% endif %}
{% endif %}