Correctly parametrize add recipient

This commit is contained in:
traxys 2023-08-29 23:24:57 +02:00
parent fe471f156c
commit 891bd32b48

View file

@ -143,7 +143,7 @@
</li>
{% endfor %}
</ul>
{{ 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",