From 8a1dacaa925ae5e75323b222e5a1046b7d64eb32 Mon Sep 17 00:00:00 2001 From: Iosif Nicolae Date: Wed, 25 Sep 2024 17:03:48 +0300 Subject: [PATCH] fix: fix select2 click --- templates/admin/change_list_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/change_list_results.html b/templates/admin/change_list_results.html index 177cb1c..7fe462d 100644 --- a/templates/admin/change_list_results.html +++ b/templates/admin/change_list_results.html @@ -71,7 +71,7 @@ {% endif %} - + {% for item in result %} {{ item }} {% endfor %}