From 77983a1b6fef0dd5d352a69779c60888de9e225b Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Wed, 4 Feb 2026 21:35:55 +0100 Subject: [PATCH] fix: correct star-rating macro import path in components page Change from 'shared/macros/shop/' to 'shared/macros/storefront/' to match actual file location. Co-Authored-By: Claude Opus 4.5 --- .../dev_tools/templates/dev_tools/admin/components.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/modules/dev_tools/templates/dev_tools/admin/components.html b/app/modules/dev_tools/templates/dev_tools/admin/components.html index c02af8c3..e3626e57 100644 --- a/app/modules/dev_tools/templates/dev_tools/admin/components.html +++ b/app/modules/dev_tools/templates/dev_tools/admin/components.html @@ -1057,7 +1057,7 @@ html {
- {% from 'shared/macros/shop/star-rating.html' import star_rating, rating_input, rating_summary, compact_rating %} + {% from 'shared/macros/storefront/star-rating.html' import star_rating, rating_input, rating_summary, compact_rating %}

@@ -1160,7 +1160,7 @@ html {

-