summaryrefslogtreecommitdiffstats
path: root/askbot/templates
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-20 06:12:35 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-20 06:12:35 -0400
commitc1c4ed1535ca1b8fe603c47eb1e94ec6fe0a6baa (patch)
tree4a63558feb7cb36d17231c84ee621ab4419b38b2 /askbot/templates
parentab973ae52c100fc6a281187023360fa4c563f535 (diff)
downloadaskbot-c1c4ed1535ca1b8fe603c47eb1e94ec6fe0a6baa.tar.gz
askbot-c1c4ed1535ca1b8fe603c47eb1e94ec6fe0a6baa.tar.bz2
askbot-c1c4ed1535ca1b8fe603c47eb1e94ec6fe0a6baa.zip
improved commenting function
Diffstat (limited to 'askbot/templates')
-rw-r--r--askbot/templates/meta/editor_data.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/templates/meta/editor_data.html b/askbot/templates/meta/editor_data.html
index 3d047415..c8960156 100644
--- a/askbot/templates/meta/editor_data.html
+++ b/askbot/templates/meta/editor_data.html
@@ -10,6 +10,7 @@
askbot['settings']['minTitleLength'] = {{ settings.MIN_TITLE_LENGTH }};
askbot['settings']['minQuestionBodyLength'] = {{ settings.MIN_QUESTION_BODY_LENGTH }};
askbot['settings']['minAnswerBodyLength'] = {{ settings.MIN_ANSWER_BODY_LENGTH }};
+ askbot['settings']['minCommentBodyLength'] = {{ settings.MIN_COMMENT_BODY_LENGTH }};
askbot['settings']['tag_editor'] = '{{ tag_editor_settings|escapejs }}';
askbot['settings']['tinyMCEPlugins'] = JSON.parse('{{ settings.TINYMCE_PLUGINS|as_json }}');
</script>