From a3a8ccf0e5be9b180dda267dfff1abc3cdc64f5c Mon Sep 17 00:00:00 2001 From: Shiro-Nek0 Date: Sat, 21 Mar 2026 01:29:54 -0300 Subject: [PATCH] alertas mas bonitas --- templates/macros/modals.html | 19 ++++++ templates/worker_dashboard.html | 106 ++++++++++++++++++++------------ 2 files changed, 85 insertions(+), 40 deletions(-) diff --git a/templates/macros/modals.html b/templates/macros/modals.html index c291e94..dbb8b38 100644 --- a/templates/macros/modals.html +++ b/templates/macros/modals.html @@ -20,6 +20,25 @@ {% endmacro %} +{% macro alert_modal(id, title, message, btn_class='btn-primary') %} + +{% endmacro %} + {% macro edit_product_modal(zonas) %}