diff --git a/core/templates/admin/search_form.html b/core/templates/admin/search_form.html index a4f78b5..e79dc5d 100644 --- a/core/templates/admin/search_form.html +++ b/core/templates/admin/search_form.html @@ -1,18 +1,34 @@ -{% load i18n static %} -{% if cl.search_fields %} +{% load i18n static jazzmin admin_list %} +{% get_jazzmin_ui_tweaks as jazzmin_ui %} +
-{% endif %} +
\ No newline at end of file diff --git a/find_jazzmin.py b/find_jazzmin.py new file mode 100644 index 0000000..ab34a87 --- /dev/null +++ b/find_jazzmin.py @@ -0,0 +1,3 @@ +import jazzmin +import os +print(os.path.dirname(jazzmin.__file__)) \ No newline at end of file