From 265395b71ae8d0367c8f7cf8038f784ed50d4745 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Sat, 24 Jan 2026 21:45:51 +0100 Subject: [PATCH] fix: escape Jinja2 syntax in components page code snippets Added {% raw %}{% endraw %} tags around the confirm_modal code snippets to prevent Jinja2 from interpreting the {{ }} as template tags. Co-Authored-By: Claude Opus 4.5 --- app/templates/admin/components.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/templates/admin/components.html b/app/templates/admin/components.html index 7144b134..eb38dd50 100644 --- a/app/templates/admin/components.html +++ b/app/templates/admin/components.html @@ -2627,7 +2627,7 @@ goToPage(n) { if (n !== '...' && n >= 1 && n <= this.totalPages) { this.paginati

Static Message (confirm_modal):

-

Dynamic Message (confirm_modal_dynamic):

-