summaryrefslogtreecommitdiffstats
path: root/askbot/management
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-20 10:54:41 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-20 10:54:41 -0400
commitb52e72b5c74c4c672cf8e81cf83f8c281bd765c2 (patch)
tree1d2bed4cce9c4c7156f51ffb2741da17afe5ad5c /askbot/management
parent8b41842bfc6461a8b2f9b6bc9d80a3a82d54e81d (diff)
downloadaskbot-b52e72b5c74c4c672cf8e81cf83f8c281bd765c2.tar.gz
askbot-b52e72b5c74c4c672cf8e81cf83f8c281bd765c2.tar.bz2
askbot-b52e72b5c74c4c672cf8e81cf83f8c281bd765c2.zip
popups for shared with users and groups lists
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 ace629d0..17d3ffd0 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"