From 4603513bad2bb31700c2c21db07c923204ec063e Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 18 Jan 2012 16:53:39 +0530 Subject: [PATCH] use template tag on module template as well --- itf/templates/modules/emailer/emailerissue.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/itf/templates/modules/emailer/emailerissue.html b/itf/templates/modules/emailer/emailerissue.html index 8df5757..1cdde39 100755 --- a/itf/templates/modules/emailer/emailerissue.html +++ b/itf/templates/modules/emailer/emailerissue.html @@ -1,5 +1,6 @@ {% load markup %} {% load thumbnail %} +{% load emailer %}
@@ -67,7 +68,7 @@
{% endif %}
{{ article.subtitle }}
-
{{ article.text|markdown }}
+
{{ article.text|insert_images:article.id|markdown }}
{{ article.author_bio|markdown }}
{% endfor %}