summaryrefslogtreecommitdiffstats
path: root/askbot/conf
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/conf
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/conf')
-rw-r--r--askbot/conf/sidebar_question.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/askbot/conf/sidebar_question.py b/askbot/conf/sidebar_question.py
index feebf896..ffe2f783 100644
--- a/askbot/conf/sidebar_question.py
+++ b/askbot/conf/sidebar_question.py
@@ -29,6 +29,21 @@ settings.register(
settings.register(
values.LongStringValue(
SIDEBAR_QUESTION,
+ 'QUESTION_PAGE_ANSWER_BANNER',
+ description = _('Answers banner'),
+ default = '',
+ help_text = _(
+ 'This banner will show above the second answer. '
+ 'When using this option, please '
+ 'use the HTML validation service to make sure that '
+ 'your input is valid and works well in all browsers.'
+ )
+ )
+)
+
+settings.register(
+ values.LongStringValue(
+ SIDEBAR_QUESTION,
'SIDEBAR_QUESTION_HEADER',
description = _('Custom sidebar header'),
default = '',