summaryrefslogtreecommitdiffstats
path: root/askbot/skins
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-09-19 11:37:07 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-09-19 11:37:07 -0600
commit0a4b87e237fad26b6d135aca9173bc4d8af57e7f (patch)
tree9fa7afbeeb63e5966b9e5d5f1356dbc71c540fd8 /askbot/skins
parent9097d8a9d76bdec9c5414f60acb8c61dc4b2cde0 (diff)
downloadaskbot-0a4b87e237fad26b6d135aca9173bc4d8af57e7f.tar.gz
askbot-0a4b87e237fad26b6d135aca9173bc4d8af57e7f.tar.bz2
askbot-0a4b87e237fad26b6d135aca9173bc4d8af57e7f.zip
fixed bug in one template, TOOD: fix test_moderated_question_answerable_approval_notification
Diffstat (limited to 'askbot/skins')
-rw-r--r--askbot/skins/default/templates/email/post_as_subthread.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/skins/default/templates/email/post_as_subthread.html b/askbot/skins/default/templates/email/post_as_subthread.html
index cba5a3fd..f796ff8b 100644
--- a/askbot/skins/default/templates/email/post_as_subthread.html
+++ b/askbot/skins/default/templates/email/post_as_subthread.html
@@ -19,5 +19,6 @@
{% endif %}
{% endif %}
{% endblock %}
+{%block footer%}
{% include "email/footer.html" %}
{% endblock %}