loop for emails kinda works?

master
Kostanjevec 2022-06-23 14:57:21 +02:00
parent a9f731564e
commit 3e461f9863
1 changed files with 7 additions and 1 deletions

View File

@ -35,7 +35,13 @@
{% endfor %}
</TD>
<TD>
<a href="mailto:email@placeholder.com">send email</a>
<a href="mailto:
{% for card in match %}
{{ emails_by_ids[card['owner_id']] }}
{% endfor %}
">
send email</a>
</TD>
</TR>
{% endfor %}