simplified since I am still getting template syntax errors

This commit is contained in:
Kristina Yin 2023-11-27 16:30:41 -08:00
parent 2e1ddd91e5
commit 9156cdc770
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584

View file

@ -21,22 +21,13 @@
{% endif %} {% endif %}
--> -->
{% if widget.attrs.required and field.label in [ {% if widget.attrs.required and field.label in ["What is the name of the tribe you represent?", "Organization name",
"What is the name of the tribe you represent?", "Street address", "City", "State, territory, or military post", "Zip code", "First name / given name", "Last name /
"Organization name", family name", "Title or role in your organization", "Email", "Phone"] %}
"Street address",
"City",
"State, territory, or military post",
"Zip code",
"First name / given name",
"Last name / family name",
"Title or role in your organization",
"Email",
"Phone"
] %}
<abbr class="usa-hint usa-hint--required" title="required">*</abbr> <abbr class="usa-hint usa-hint--required" title="required">*</abbr>
{% endif %} {% endif %}
</{{ label_tag }}> </{{ label_tag }}>