changed ; to , in html mailto. However it is advised that we use a backend script for mass emails.
parent
04ee5c1cbc
commit
7057e3c753
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue