def undo_complete
    @team_consultation = TeamConsultation.find(params[:id])
    @team_consultation.undo_complete! and flash.now[:notice] = "Consultation is no longer complete" if @team_consultation.recipients.include?(current_user)
    respond_to do |format|
      format.js