summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/content.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/question/content.html')
-rw-r--r--askbot/templates/question/content.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/question/content.html b/askbot/templates/question/content.html
index 4481fb9a..467f0217 100644
--- a/askbot/templates/question/content.html
+++ b/askbot/templates/question/content.html
@@ -13,7 +13,7 @@
{% for answer in answers %}
{% if answers|length > 1 and loop.index == 2 %}
- {{ settings.QUESTION_PAGE_ANSWER_BANNER|safe }}
+ <div class="banner">{{ settings.QUESTION_PAGE_ANSWER_BANNER|safe }}</div>
{% endif %}
{% include "question/answer_card.html" %}
{% endfor %}