summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-02-21 19:00:48 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-02-21 19:00:48 -0300
commitd50a7904db62ba161eea6249e2277fb4bb99c4d2 (patch)
tree89e11e4b2d3512b7c7b86cce15e4b668203f82da /askbot/templates/question.html
parent0b05b5bd15591f0795992787252d9dc5d9a9aab5 (diff)
downloadaskbot-d50a7904db62ba161eea6249e2277fb4bb99c4d2.tar.gz
askbot-d50a7904db62ba161eea6249e2277fb4bb99c4d2.tar.bz2
askbot-d50a7904db62ba161eea6249e2277fb4bb99c4d2.zip
added space for display ad after the first answer
Diffstat (limited to 'askbot/templates/question.html')
-rw-r--r--askbot/templates/question.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/question.html b/askbot/templates/question.html
index 5a317707..e2e6f394 100644
--- a/askbot/templates/question.html
+++ b/askbot/templates/question.html
@@ -209,7 +209,7 @@
{% endblock %}
{% block content %}
<div>
- {{ settings.QUESTION_PAGE_TOP_BANNER }}
+ {{ settings.QUESTION_PAGE_TOP_BANNER|safe }}
</div>
{% if is_cacheable %}
{% cache long_time "thread-content-html" thread.id %}