Following Django template formatting

This commit is contained in:
Kristina Yin 2023-10-27 11:15:49 -07:00
parent 470bc189e4
commit 522fb0392b
No known key found for this signature in database
GPG key ID: 89101D8E8088C1F6

View file

@ -7,8 +7,12 @@
{% with sublabel_text="Please include the entire name of your tribe as recognized by the Bureau of Indian Affairs." %} {% with sublabel_text="Please include the entire name of your tribe as recognized by the Bureau of Indian Affairs." %}
{% with link_text="Bureau of Indian Affairs" %} {% with link_text="Bureau of Indian Affairs" %}
{% with link_href="https://www.federalregister.gov/documents/2023/01/12/2023-00504/indian-entities-recognized-by-and-eligible-to-receive-services-from-the-united-states-bureau-of" %} {% with link_href="https://www.federalregister.gov/documents/2023/01/12/2023-00504/indian-entities-recognized-by-and-eligible-to-receive-services-from-the-united-states-bureau-of" %}
{% with class="usa-link usa-link--external", rel="noopener noreferrer", target_blank="true" %} {% with class="usa-link usa-link--external" %}
{% input_with_errors forms.0.tribe_name %} {% with rel="noopener noreferrer" %}
{% with target_blank="true" %}
{% input_with_errors forms.0.tribe_name %}
{% endwith %}
{% endwith %}
{% endwith %} {% endwith %}
{% endwith %} {% endwith %}
{% endwith %} {% endwith %}