PonyConf/conversations/templates/conversations/emails/talk_notification.html
2016-10-04 21:41:31 +02:00

12 lines
377 B
HTML

{% load proposals_tags %}Hi!<br />
<br />
A <a href="https://{{ uri }}">new {{ talk.event }}</a> has been proposed by <a href="https://{{ proposer_uri }}">{{ proposer.profile }}</a>!<br />
<br />
Title: {{ talk.title }}<br />
<br />
Description:<br />
<p>{% markdown talk.description %}</p>
{% if answering %}
<hr>
Reply to this email directly to comment this talk.{% endif %}