summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/skins/default/templates/email/post_as_subthread.html6
1 files changed, 0 insertions, 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 %}