From db995cc8488c29b7434d8d057e1327019b76f870 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Wed, 11 Mar 2026 12:25:27 +0100 Subject: [PATCH] feat(kursy/base.html): include flaticon icons --- kursy/templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kursy/templates/base.html b/kursy/templates/base.html index 10695c2..4f36411 100644 --- a/kursy/templates/base.html +++ b/kursy/templates/base.html @@ -27,6 +27,10 @@ {# Global stylesheets #} + + {# Flaticon icons #} + + {% tailwind_css %} {% block extra_css %}