From bc914c4ea9931f8b05fcae3f9451d796ee02521f Mon Sep 17 00:00:00 2001 From: CocoByte Date: Mon, 3 Mar 2025 15:59:18 -0700 Subject: [PATCH] fix (removed stray code - possible merge error or slip of a keystroke) --- .../templates/django/admin/multiple_choice_list_filter.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/registrar/templates/django/admin/multiple_choice_list_filter.html b/src/registrar/templates/django/admin/multiple_choice_list_filter.html index a69d37c72..1a0c78ffc 100644 --- a/src/registrar/templates/django/admin/multiple_choice_list_filter.html +++ b/src/registrar/templates/django/admin/multiple_choice_list_filter.html @@ -37,5 +37,4 @@ {% endif %} {% endfor %} - - {{ choice.display }} + \ No newline at end of file