mailto formatting corrected

master
Kostanjevec 2022-06-23 22:08:13 +02:00
parent 1472cf2975
commit c9dacc978e
1 changed files with 1 additions and 7 deletions

View File

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