From 21930ce21db13e88f249a867e67df5b9fccc8fff Mon Sep 17 00:00:00 2001 From: Vitor de Miranda Henrique Date: Fri, 20 Oct 2023 12:29:26 -0500 Subject: [PATCH] fix for compressor not finding the change_list --- advanced_filters/templates/admin/advanced_filters.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced_filters/templates/admin/advanced_filters.html b/advanced_filters/templates/admin/advanced_filters.html index cb717d1..e28b5a4 100644 --- a/advanced_filters/templates/admin/advanced_filters.html +++ b/advanced_filters/templates/admin/advanced_filters.html @@ -1,4 +1,4 @@ -{% extends original_change_list_template %} +{% extends original_change_list_template|default:'admin/change_list.html' %} {% load i18n static admin_modify %} {% block extrastyle %}