summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/question_comments.html
blob: e9d3f724c94e8fdc631e69bb76bd8df39b81182b (plain)
1
2
3
4
5
6
7
8
9
10
{{
    macros.post_comments_widget(
        post = question,
        show_post = show_post,
        show_comment = show_comment,
        show_comment_position = show_comment_position,
        user = request.user,
        max_comments = settings.MAX_COMMENTS_TO_SHOW
    )
}}