Files
edx-platform/lms/askbot/skins/common/templates/question/question_comments.html
Matthew Mongeau a08be52780 Skin settings.
2012-06-14 15:46:10 -04:00

11 lines
275 B
HTML

{{
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
)
}}