From 5a2696cdb150070ef21f40e7d28096eeed7edca5 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 5 Jun 2019 17:23:31 +0100 Subject: Make the modal modular --- app/templates/_partials/modals.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'app/templates/_partials') diff --git a/app/templates/_partials/modals.html b/app/templates/_partials/modals.html index 1ffd85f..834d4fe 100644 --- a/app/templates/_partials/modals.html +++ b/app/templates/_partials/modals.html @@ -1,4 +1,4 @@ -{% macro modal(id, title, message) %} +{% macro info(id, title, message) %} {% endmacro %} + +{% macro confirm(id, title, message) %} + +{% endmacro %} -- cgit v1.2.3