From bd93a17e2bfa98335c217d9cb5a4d69bffc4216e Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Sat, 13 Dec 2025 23:09:45 +0100 Subject: [PATCH] fix: add flag-icons CSS to admin base template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The language selector component uses flag-icons library for country flags. This CSS was missing from admin/base.html (already present in shop and vendor templates). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- app/templates/admin/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/templates/admin/base.html b/app/templates/admin/base.html index 7c8756ff..6475b3a5 100644 --- a/app/templates/admin/base.html +++ b/app/templates/admin/base.html @@ -13,6 +13,9 @@ + + +