Teaks to the layout of the Tribal Gov template

This commit is contained in:
Rachid Mrad 2024-01-10 13:47:34 -05:00
parent 3dc72997c0
commit 7b56b82fc5
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -1,24 +1,24 @@
{% extends 'application_form.html' %} {% extends 'application_form.html' %}
{% load field_helpers %} {% load field_helpers %}
{% block form_instructions %}
<p>To help us determine your eligibility for a .gov domain, we need to know more about your tribal government.</p>
{% endblock %}
{% block form_fields %} {% block form_fields %}
{% with sublabel_text="Please include the entire name of your tribe as recognized by the Bureau of Indian Affairs." %} <h2>What is the name of the tribe you represent?</h2>
{% with link_text="Bureau of Indian Affairs" %} <p>Please include the full name of your tribe as recognized by the <a rel="noopener noreferrer" class="usa-link usa-link--external" 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" target="_blank">Bureau of Indian Affairs</a>.</p>
{% 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 external_link="true" target_blank="true" %} {% with external_link="true" target_blank="true" %}
{% input_with_errors forms.0.tribe_name %} {% input_with_errors forms.0.tribe_name %}
{% endwith %} {% endwith %}
{% endwith %}
{% endwith %}
{% endwith %}
<fieldset class="usa-fieldset"> <fieldset class="usa-fieldset">
<legend class="usa-legend"> <legend class="usa-legend">
<p>Is your organization a federally-recognized tribe or a state-recognized tribe? Check all that apply. <h2>Is your organization a federally-recognized tribe or a state-recognized tribe?</h2>
<abbr class="usa-hint usa-hint--required" title="required">*</abbr></p>
</legend> </legend>
<p>Check all that apply. <abbr class="usa-hint usa-hint--required" title="required">*</abbr></p>
{% input_with_errors forms.0.federally_recognized_tribe %} {% input_with_errors forms.0.federally_recognized_tribe %}
{% input_with_errors forms.0.state_recognized_tribe %} {% input_with_errors forms.0.state_recognized_tribe %}
</fieldset> </fieldset>