mailto formatting corrected
parent
1472cf2975
commit
c9dacc978e
|
@ -35,13 +35,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