From be8a56fb21f0ce58e7d0b33fdf56c12df149def2 Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 9 Oct 2023 13:41:26 +0200 Subject: [PATCH] Fix issue with deleting list recipients --- templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/home.html b/templates/home.html index edd2456..31ac4da 100644 --- a/templates/home.html +++ b/templates/home.html @@ -180,7 +180,7 @@ {{ self::delete_modal(modal_id="listDelete" ~ loop.index, confirm_text="Delete list '" ~ list.mail ~ "'", action="/list/delete", - payload=["name", list.mail]) + payload=["mail", list.mail]) }}

Recipients