From efcbfea825afba5e1405f321c83337395a452797 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Tue, 1 Jul 2025 19:04:41 +0300 Subject: [PATCH] Features: 1) Simplify autocomplete list filter by utilizing django.jQuery for bootstrap initialization; Fixes: 1) Remove redundant external JavaScript includes for autocomplete functionality; Extra: 1) Add minor formatting tweak by inserting a blank line for improved readability. --- core/templates/admin/autocomplete_list_filter.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/core/templates/admin/autocomplete_list_filter.html b/core/templates/admin/autocomplete_list_filter.html index 70463392..d90c8105 100644 --- a/core/templates/admin/autocomplete_list_filter.html +++ b/core/templates/admin/autocomplete_list_filter.html @@ -1,4 +1,5 @@ {% load i18n static %} +