testing way to get rid of asterisk

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

View file

@ -8,6 +8,8 @@
{{ field.label }}
{% endif %}
{% if widget.attrs.required %}
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
{% 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 }}>