why am I getting status 500 errors

This commit is contained in:
Kristina Yin 2023-11-27 12:06:05 -08:00
parent 929e736f38
commit b997deec7f
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584

View file

@ -10,9 +10,7 @@
<!--Don't include asterisk in one-field forms-->
{% if widget.attrs.required %}
{% if field.label != "Is your organization an election office?" and
field.label != "What .gov domain do you want?" and
field.label != "I read and agree to the requirements for operating .gov domains." %}
{% if field.label != "Is your organization an election office?" and field.label != "What .gov domain do you want?" and 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 %}