From d30258207511a064add39c8bc7b8a6c00f2dfec4 Mon Sep 17 00:00:00 2001 From: Kristina Yin <140533113+kristinacyin@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:08:26 -0700 Subject: [PATCH] Making sure Bureau of Indian Affairs link actually shows external link icon --- .../templates/application_tribal_government.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/registrar/templates/application_tribal_government.html b/src/registrar/templates/application_tribal_government.html index 48eb79f18..f69002344 100644 --- a/src/registrar/templates/application_tribal_government.html +++ b/src/registrar/templates/application_tribal_government.html @@ -7,12 +7,8 @@ {% 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 %} + {% with class="usa-link usa-link--external", rel="noopener noreferrer", target_blank="true" %} + {% input_with_errors forms.0.tribe_name %} {% endwith %} {% endwith %} {% endwith %}