diff --git a/templates/home.html b/templates/home.html index 9c48e49..34febf8 100644 --- a/templates/home.html +++ b/templates/home.html @@ -5,6 +5,40 @@ {% block head %} {{ super() }} {% endblock head %} +{% macro delete_modal(modal_id, confirm_text, action, payload) %} + +