undoing last push

This commit is contained in:
Kristina Yin 2023-11-21 19:50:50 -08:00
parent 717ff7c376
commit 7cc6731a61
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584

View file

@ -8,8 +8,7 @@
{{ field.label }}
{% endif %}
{% if widget.attrs.required %}
{% if field.label != "I read and agree to the requirements for operating .gov domains." or field.label != "Please explain why there are no other employees from your organization we can contact to help us assess your
eligibility for a .gov domain." %}
{% if 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 %}