summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-09-19 14:03:20 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-09-19 14:03:20 -0600
commit790fc2a8ad97429d0e897f0025e9af73f73562cf (patch)
tree0f08d5f3e2e26561e8d93fd8982ad9b5947c5b23
parente3080a020d39d611b9afe1fdaf1213c2984337ce (diff)
downloadaskbot-790fc2a8ad97429d0e897f0025e9af73f73562cf.tar.gz
askbot-790fc2a8ad97429d0e897f0025e9af73f73562cf.tar.bz2
askbot-790fc2a8ad97429d0e897f0025e9af73f73562cf.zip
fixed quoted_post.html template
-rw-r--r--askbot/skins/default/templates/email/quoted_post.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/askbot/skins/default/templates/email/quoted_post.html b/askbot/skins/default/templates/email/quoted_post.html
index f3015f20..ecc20ad9 100644
--- a/askbot/skins/default/templates/email/quoted_post.html
+++ b/askbot/skins/default/templates/email/quoted_post.html
@@ -1,11 +1,5 @@
-{% extends "email/base_mail.html"%}
{% from "email/macros.html" import quoted_post %}
-{%block content %}
{{ quoted_post(
post, quote_level, is_leaf_post = is_leaf_post, format = format
)
}}
-{% endblock %}
-{%block footer %}
-{% include "email/footer.html" %}
-{% endblock %}