PonyConf/conversations/templates/conversations/emails/talk_notification.html

12 lines
377 B
HTML
Raw Normal View History

2016-10-04 19:41:31 +00:00
{% load proposals_tags %}Hi!<br />
2016-06-14 21:58:04 +00:00
<br />
2016-08-22 17:17:14 +00:00
A <a href="https://{{ uri }}">new {{ talk.event }}</a> has been proposed by <a href="https://{{ proposer_uri }}">{{ proposer.profile }}</a>!<br />
2016-06-14 21:58:04 +00:00
<br />
Title: {{ talk.title }}<br />
<br />
Description:<br />
2016-10-04 19:41:31 +00:00
<p>{% markdown talk.description %}</p>
2016-06-14 21:58:04 +00:00
{% if answering %}
<hr>
Reply to this email directly to comment this talk.{% endif %}