11 lines
305 B
HTML
11 lines
305 B
HTML
{{
|
|
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
|
|
)
|
|
}}
|