From e20e16741433e3b79d0bfa1dea919e96f216dfe5 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 1 Feb 2026 04:47:12 +0000 Subject: [PATCH] Autosave: 20260201-044711 --- core/templates/admin/search_form.html | 28 +++++++++++++++++++++------ find_jazzmin.py | 3 +++ 2 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 find_jazzmin.py 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