Features: 1) Add custom stylesheet and JavaScript for autocomplete functionality in admin filter template;

Fixes: None;

Extra: 1) Improve HTML indentation for better readability;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-07-01 18:51:44 +03:00
parent 9927fe510b
commit 65beeb2a26

View file

@ -15,3 +15,8 @@
{% endif %} {% endif %}
</select> </select>
</div> </div>
<link rel="stylesheet"
href="{% static 'admin/css/autocomplete.css' %}"/>
<script src="{% static 'admin/js/autocomplete.js' %}"></script>