summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-09-20 09:35:13 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-09-20 09:35:13 -0600
commitd63b9bb5c5e4d0d1190e022ec9c67577438de20a (patch)
tree42197077d5f85858dbcd5eb85be64e6463d8242d
parente9c28faa51a693c769f7f9e11132f660ccc713f3 (diff)
downloadaskbot-d63b9bb5c5e4d0d1190e022ec9c67577438de20a.tar.gz
askbot-d63b9bb5c5e4d0d1190e022ec9c67577438de20a.tar.bz2
askbot-d63b9bb5c5e4d0d1190e022ec9c67577438de20a.zip
fixed post_as_subthread template
-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 %}