[Django]-Django Advanced Filter not working in django-material admin Theme

3👍

I solved by copying the files change_list.html (https://github.com/viewflow/django-material/blob/master/material/admin/templates/admin/change_list.html)
in templates/admin/
and adding:

e.stopImmediatePropagation ( );

at line 45

Leave a comment