From cc56386b2c84a760b2178d6cd2659b904ba77ed5 Mon Sep 17 00:00:00 2001 From: Kristina Yin Date: Thu, 26 Oct 2023 17:12:22 -0700 Subject: [PATCH] Update external link in application_tribal_government.html so that it has the external link icon --- .../application_tribal_government.html | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/registrar/templates/application_tribal_government.html diff --git a/src/registrar/templates/application_tribal_government.html b/src/registrar/templates/application_tribal_government.html deleted file mode 100644 index 48eb79f18..000000000 --- a/src/registrar/templates/application_tribal_government.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends 'application_form.html' %} -{% load field_helpers %} - - -{% block form_fields %} - - {% 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_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" %} - {% with rel="noopener noreferrer" %} - {% with target_blank="true" %} - {% input_with_errors forms.0.tribe_name %} - {% endwith %} - {% endwith %} - {% endwith %} - {% endwith %} - {% endwith %} - {% endwith %} - -
- -

Is your organization a federally-recognized tribe or a state-recognized tribe? Check all that apply. - *

-
- {% input_with_errors forms.0.federally_recognized_tribe %} - {% input_with_errors forms.0.state_recognized_tribe %} -
-{% endblock %}