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