diff --git a/rhodecode/templates/changeset/changeset_file_comment.html b/rhodecode/templates/changeset/changeset_file_comment.html --- a/rhodecode/templates/changeset/changeset_file_comment.html +++ b/rhodecode/templates/changeset/changeset_file_comment.html @@ -88,7 +88,7 @@ %endfor %for co in c.comments: - ${comment.comment_block(co)} + ${comment_block(co)} %endfor %if c.rhodecode_user.username != 'default':