From afb83c6ebe96c30e21deb57dbfdc991ec5c5f495 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 14 Mar 2012 13:36:30 +0530 Subject: [PATCH] emailer subtitle markdown --- itf/templates/emailer/email.html | 2 +- itf/templates/modules/emailer/emailerissue.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/itf/templates/emailer/email.html b/itf/templates/emailer/email.html index dcfb071..82196db 100755 --- a/itf/templates/emailer/email.html +++ b/itf/templates/emailer/email.html @@ -78,7 +78,7 @@ {% endthumbnail %} {% endif %} -

{{ article.subtitle }}

+

{{ article.subtitle|markdown }}

diff --git a/itf/templates/modules/emailer/emailerissue.html b/itf/templates/modules/emailer/emailerissue.html index e953e60..ffff58f 100755 --- a/itf/templates/modules/emailer/emailerissue.html +++ b/itf/templates/modules/emailer/emailerissue.html @@ -69,7 +69,7 @@ {% endthumbnail %} {% endif %} -
{{ article.subtitle }}
+
{{ article.subtitle|markdown }}
{{ article.text|insert_images_web:article.id|markdown }}
{{ article.author_bio|markdown }}
{% endfor %}