From 5c92d0ba58af98f336181df49581aab2b29b08e7 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Thu, 5 Jan 2023 15:11:05 -0800 Subject: [PATCH] Match JtAutocomplete to Tailwind Controls --- sigl/templates/base.html.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sigl/templates/base.html.j2 b/sigl/templates/base.html.j2 index 3415bfc..f7ef727 100644 --- a/sigl/templates/base.html.j2 +++ b/sigl/templates/base.html.j2 @@ -12,6 +12,14 @@ {% else %} {% endif %} + {% block head_styles %}{% endblock %}