From 891bd32b4813ef5f990d837d5c8e94752e74fe7b Mon Sep 17 00:00:00 2001 From: traxys Date: Tue, 29 Aug 2023 23:24:57 +0200 Subject: [PATCH] Correctly parametrize add recipient --- templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/home.html b/templates/home.html index a851067..e6713ed 100644 --- a/templates/home.html +++ b/templates/home.html @@ -143,7 +143,7 @@ {% endfor %} - {{ self::add_modal(modal_id="addRecipient", + {{ self::add_modal(modal_id="addRecipient" ~ loop.index, add_button="Add Recipient", button_classes="mt-2 w-25", add_text="Add a new recipient",