summaryrefslogtreecommitdiffstats
path: root/askbot/management
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-22 09:49:53 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-22 09:49:53 -0400
commit260305720861c09a37373bf00689c9ea4e51f1cc (patch)
tree06d2c690431217e490ad99bce281feb8c38d144f /askbot/management
parent7e5c66a4bd37720d24ff86b87ac5d81b89340d39 (diff)
parenta485a301207f401dc9a8d838bcb3442fdbe8bccd (diff)
downloadaskbot-260305720861c09a37373bf00689c9ea4e51f1cc.tar.gz
askbot-260305720861c09a37373bf00689c9ea4e51f1cc.tar.bz2
askbot-260305720861c09a37373bf00689c9ea4e51f1cc.zip
completed merge of user-groups with tag-editor, not tested yet
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 ca250339..722a44b7 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"