From d63b9bb5c5e4d0d1190e022ec9c67577438de20a Mon Sep 17 00:00:00 2001 From: Adolfo Fitoria Date: Thu, 20 Sep 2012 09:35:13 -0600 Subject: fixed post_as_subthread template --- askbot/skins/default/templates/email/post_as_subthread.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/askbot/skins/default/templates/email/post_as_subthread.html b/askbot/skins/default/templates/email/post_as_subthread.html index f796ff8b..4a4bd047 100644 --- a/askbot/skins/default/templates/email/post_as_subthread.html +++ b/askbot/skins/default/templates/email/post_as_subthread.html @@ -1,7 +1,5 @@ -{% extends "email/base_mail.html"%} {% from "email/macros.html" import quoted_post %} -{%block content %} {% if post.post_type in ('question', 'answer') %} {{ quoted_post(post) }} {% set comments = post.get_cached_comments() %} @@ -18,7 +16,3 @@ {% endfor %} {% endif %} {% endif %} -{% endblock %} -{%block footer%} -{% include "email/footer.html" %} -{% endblock %} -- cgit v1.2.3-1-g7c22