diff --git a/conversations/templates/conversations/emails/talk_notification.html b/conversations/templates/conversations/emails/talk_notification.html index 35905bd..1db0dae 100644 --- a/conversations/templates/conversations/emails/talk_notification.html +++ b/conversations/templates/conversations/emails/talk_notification.html @@ -5,7 +5,7 @@ A new {{ talk.event }} has been proposed by
Description:
-

{{ talk.description }}

+

{{ talk.description|linebreaksbr }}

{% if answering %}
Reply to this email directly to comment this talk.{% endif %}