summaryrefslogtreecommitdiffstats
path: root/askbot/management
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-23 10:23:51 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-23 10:23:51 -0400
commitb14450451180941e4c00bf5a479610796b57fd05 (patch)
treeca16b8fff60b73bdf73f313fa73c31a48df365f8 /askbot/management
parent17eafa2d31bfc9f2bad2095be6cfee5f36c7aa55 (diff)
downloadaskbot-b14450451180941e4c00bf5a479610796b57fd05.tar.gz
askbot-b14450451180941e4c00bf5a479610796b57fd05.tar.bz2
askbot-b14450451180941e4c00bf5a479610796b57fd05.zip
added tinymce config checker for the settings.py
Diffstat (limited to 'askbot/management')
-rw-r--r--askbot/management/commands/askbot_add_test_content.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/management/commands/askbot_add_test_content.py b/askbot/management/commands/askbot_add_test_content.py
index 722a44b7..ca250339 100644
--- a/askbot/management/commands/askbot_add_test_content.py
+++ b/askbot/management/commands/askbot_add_test_content.py
@@ -14,7 +14,7 @@ NUM_COMMENTS = 20
# karma. This can be calculated dynamically - max of MIN_REP_TO_... settings
INITIAL_REPUTATION = 500
-BAD_STUFF = ''#"<script>alert('hohoho')</script>"
+BAD_STUFF = "<script>alert('hohoho')</script>"
# Defining template inputs.
USERNAME_TEMPLATE = BAD_STUFF + "test_user_%s"