mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
simplified since I am still getting template syntax errors
This commit is contained in:
parent
2e1ddd91e5
commit
9156cdc770
1 changed files with 4 additions and 13 deletions
|
@ -21,22 +21,13 @@
|
|||
{% endif %}
|
||||
-->
|
||||
|
||||
{% if widget.attrs.required and field.label in [
|
||||
"What is the name of the tribe you represent?",
|
||||
"Organization name",
|
||||
"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"
|
||||
] %}
|
||||
{% if widget.attrs.required and field.label in ["What is the name of the tribe you represent?", "Organization name",
|
||||
"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>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
|
||||
</{{ label_tag }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue