mailto formatting corrected
parent
1472cf2975
commit
c9dacc978e
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue