From 9f3b202646458d2612126f57ed5c9006dcffad77 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Tue, 1 Jul 2025 18:54:36 +0300 Subject: [PATCH] Fixes: 1) Add missing "static" library import in `autocomplete_list_filter.html`; Extra: Ensure compatibility with static assets in the template. --- core/templates/admin/autocomplete_list_filter.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/admin/autocomplete_list_filter.html b/core/templates/admin/autocomplete_list_filter.html index f45ca8d8..4638f566 100644 --- a/core/templates/admin/autocomplete_list_filter.html +++ b/core/templates/admin/autocomplete_list_filter.html @@ -1,4 +1,4 @@ -{% load i18n %} +{% load i18n static %}