loop for emails kinda works?
parent
a9f731564e
commit
3e461f9863
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue