diff --git a/templates/components/confirmation_button.html b/templates/components/confirmation_button.html new file mode 100644 index 00000000..5802052a --- /dev/null +++ b/templates/components/confirmation_button.html @@ -0,0 +1,18 @@ +{% macro ConfirmationButton(btn_text, action, confirm_msg="Are you sure?", confirm_btn="Confirm", cancel_btn="Cancel") -%} + + + + +{%- endmacro %}