From d4156f88aba02e5344f1fe66aa66b8019e3574a1 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Tue, 1 Jul 2025 19:28:03 +0300 Subject: [PATCH] Features: 1) Refactor autocomplete filter template to use `{% block %}` structure for better modularity; 2) Include `{% block media %}` for styles and scripts management. Fixes: 1) Resolve potential redundancy in script and CSS inclusion. Extra: Simplify and streamline the template by removing inline ` - - - +{% block choices %}
+{% endblock %} - +{% block media %} +{{ block.super }} + + + + + +{% endblock %}