Correctly parametrize add recipient
This commit is contained in:
parent
fe471f156c
commit
891bd32b48
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{{ self::add_modal(modal_id="addRecipient",
|
{{ self::add_modal(modal_id="addRecipient" ~ loop.index,
|
||||||
add_button="Add Recipient",
|
add_button="Add Recipient",
|
||||||
button_classes="mt-2 w-25",
|
button_classes="mt-2 w-25",
|
||||||
add_text="Add a new recipient",
|
add_text="Add a new recipient",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue