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