Fixes: 1) Add missing "static" library import in autocomplete_list_filter.html;

Extra: Ensure compatibility with static assets in the template.
This commit is contained in:
Egor Pavlovich Gorbunov 2025-07-01 18:54:36 +03:00
parent 65beeb2a26
commit 9f3b202646

View file

@ -1,4 +1,4 @@
{% load i18n %}
{% load i18n static %}
<div class="filter-autocomplete">
<select name="{{ spec.lookup_kwarg }}"
id="id_{{ spec.lookup_kwarg }}"