changed ; to , in html mailto. However it is advised that we use a backend script for mass emails.

master
Kostanjevec 2022-09-06 14:54:11 +02:00
parent 04ee5c1cbc
commit 7057e3c753
1 changed files with 1 additions and 1 deletions

View File

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