if (data.status === 'ok') {
      $(form).trigger('reset')

      $('.comments').append(data.comment)
      $('.comments p.no_comments').remove()