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) %}