trying another way of getting rid of asterisk

This commit is contained in:
Kristina Yin 2023-11-21 17:30:42 -08:00
parent 3d177198ea
commit d5e662a78d
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584

View file

@ -7,9 +7,4 @@
{% else %}
{{ field.label }}
{% endif %}
{% if widget.attrs.required %}
{% if widget.label != "I read and agree to the requirements for operating .gov domains." %}
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
{% endif %}
{% endif %}
</{{ label_tag }}>