summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/answer_comments.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/question/answer_comments.html')
-rw-r--r--askbot/templates/question/answer_comments.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/askbot/templates/question/answer_comments.html b/askbot/templates/question/answer_comments.html
index e6b5e1c5..c0a0dfd8 100644
--- a/askbot/templates/question/answer_comments.html
+++ b/askbot/templates/question/answer_comments.html
@@ -5,6 +5,7 @@
show_comment = show_comment,
show_comment_position = show_comment_position,
user = request.user,
- max_comments = settings.MAX_COMMENTS_TO_SHOW
+ max_comments = settings.MAX_COMMENTS_TO_SHOW,
+ csrf_token = csrf_token
)
}}